Compare commits

...

1 Commits

Author SHA1 Message Date
Sara Aspery
750427072f Check veracode 1.0.16 without exclusions 2025-01-09 08:37:35 +00:00

View File

@@ -6,6 +6,7 @@ pushd "$(dirname "${BASH_SOURCE[0]}")/../../"
# Copy war file to temporary directory
cp -f "$1" "$2"
#
# Remove files to be excluded from Veracode SAST
exclusions="./scripts/ci/SAST-exclusion-list.txt"
if [ -e $exclusions ]