Skip to content

Commit

Permalink
Add more tests for Has Executbale Binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabhsparkala committed Aug 31, 2022
1 parent 8f66f3a commit 4362ea8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/shell/tool/github/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ declare -a project_security_default_expected_strings=(
'Figuring out if the project belongs to the Apache Software Foundation'
'Figuring out if the project uses signed commits'
'Figuring out if the project has a security team'
'Figuring out if the project has executable binaries'
'Figuring out if the project uses nohttp'
'Figuring out if the project uses OWASP Dependency Check'
'Figuring out if the project has a bug bounty program'
Expand Down Expand Up @@ -122,6 +123,7 @@ declare -a oss_rop_default_expected_strings=(
'Does the contributing guideline have required text?'
'Does the code of conduct guideline have required text?'
'Does it have a security policy?'
'Does it have executable binaries?'
'Does README mention REUSE?'
'Are vulnerability alerts enabled?'
'Here is how the rating was calculated'
Expand Down

0 comments on commit 4362ea8

Please sign in to comment.