Skip to content

Commit

Permalink
ACS-6305 Try just aio
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolajbrzezinski committed Nov 28, 2023
1 parent 746ecfc commit 6289a57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,15 @@ jobs:
password: ${{ secrets.QUAY_PASSWORD }}
- name: "Build"
run: mvn -B -U install -DskipTests
- name: "Create zip"
run: find engines/aio/target -name '*.jar' ! -name '*javadoc.jar' ! -name '*sources.jar' -exec zip -y -r to-scan.zip {} +
- name: "Run SAST Scan"
id: scan
uses: veracode/[email protected]
with:
vid: '${{ secrets.VERACODE_API_ID }}'
vkey: '${{ secrets.VERACODE_API_KEY }}'
file: "engines/aio/target/alfresco-transform-core-aio-*.jar"
file: "to-scan.zip"
fail_build: true
project_name: alfresco-transform-core
issue_details: true
Expand Down

0 comments on commit 6289a57

Please sign in to comment.