Skip to content

Commit

Permalink
ACS-9044 fix for temp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraAspery committed Dec 19, 2024
1 parent 58e3383 commit 6d99449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
bash ./scripts/ci/build.sh
- name: "Remove excluded files"
run: |
bash mkdir temp-dir-for-sast
mkdir temp-dir-for-sast
bash ./scripts/ci/remove-sast-exclusions.sh ./packaging/war/target/alfresco.war temp-dir-for-sast/reduced.war
- name: "Run SAST Scan"
uses: veracode/[email protected]
Expand Down

0 comments on commit 6d99449

Please sign in to comment.