-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f175c4
commit 7d8122e
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,11 +84,10 @@ jobs: | |
- 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 | ||
- name: "Run SAST Scan" | ||
id: scan | ||
uses: veracode/[email protected] | ||
with: | ||
vid: '${{ secrets.VERACODE_API_ID }}' | ||
vkey: '${{ secrets.VERACODE_API_KEY }}' | ||
vid: ${{ secrets.VERACODE_API_ID }} | ||
vkey: ${{ secrets.VERACODE_API_KEY }} | ||
file: "to-scan.zip" | ||
fail_build: true | ||
project_name: alfresco-transform-core | ||
|