Skip to content

Commit

Permalink
ACS-6305 Check all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolajbrzezinski committed Nov 27, 2023
1 parent 9e21e96 commit aaf36d0
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 @@ -76,7 +76,7 @@ jobs:
- name: "Build"
run: mvn -B -U install -DskipTests
- name: "Create zip"
run: zip -r to-scan.zip engines/aio/target/alfresco-transform-core-aio-*.jar engines/base/target/alfresco-base-t-engine-*.jar model/target/alfresco-transform-model-*.jar
run: find engines/*/target model/target/alfresco-transform-model-*.jar -name '*.jar' -exec zip -y -r to-scan.zip {} +
- name: "Run SAST Scan"
id: scan
uses: veracode/[email protected]
Expand Down

0 comments on commit aaf36d0

Please sign in to comment.