Skip to content

Commit

Permalink
ACS-9044 update from review
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraAspery committed Dec 19, 2024
1 parent d755041 commit 58e3383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/remove-sast-exclusions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -ex
pushd "$(dirname "${BASH_SOURCE[0]}")/../../"

# Copy war file to temporary directory
/bin/cp -f "$1" "$2"
cp -f "$1" "$2"

# Remove files to be excluded from Veracode SAST
exclusions="./scripts/ci/SAST-exclusion-list.txt"
Expand Down

0 comments on commit 58e3383

Please sign in to comment.