From 4362ea8dc4b09d91ab88235e607701cfe62bc55c Mon Sep 17 00:00:00 2001 From: Sourabh Sarvotham Parkala Date: Thu, 11 Aug 2022 09:08:42 +0200 Subject: [PATCH] Add more tests for Has Executbale Binaries --- src/test/shell/tool/github/lib.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/shell/tool/github/lib.sh b/src/test/shell/tool/github/lib.sh index e77f949da..23a9c0a01 100644 --- a/src/test/shell/tool/github/lib.sh +++ b/src/test/shell/tool/github/lib.sh @@ -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' @@ -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'