Skip to content

Commit

Permalink
ACS-9044 correct alfresco.war file name
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraAspery committed Dec 19, 2024
1 parent 547f014 commit 6cc4b38
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 @@ -86,7 +86,7 @@ jobs:
- name: "Remove excluded files"
run: |
mkdir temp-dir-for-sast
bash ./scripts/ci/remove-sast-exclusions.sh ./distribution/target/alfresco-reduced.war temp-dir-for-sast/reduced.war
bash ./scripts/ci/remove-sast-exclusions.sh ./distribution/target/alfresco.war temp-dir-for-sast/reduced.war
- name: "Run SAST Scan"
uses: veracode/[email protected]
with:
Expand Down

0 comments on commit 6cc4b38

Please sign in to comment.