Skip to content

Commit 6acf0e6

Browse files
updated the release tag for pipeline action and added the content permision for CLI update workflow
1 parent f7971e5 commit 6acf0e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/binary-ready-veracode-sast-pipeline-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Veracode Pipeline-Scan
7474
id: pipeline-scan
75-
uses: veracode/[email protected].14
75+
uses: veracode/[email protected].15
7676
with:
7777
vid: ${{ secrets.VERACODE_API_ID }}
7878
vkey: ${{ secrets.VERACODE_API_KEY }}

.github/workflows/veracode-pipeline-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# run the pipeline scan action
7474
- name: Veracode Pipeline-Scan
7575
id: pipeline-scan
76-
uses: veracode/[email protected].14
76+
uses: veracode/[email protected].15
7777
with:
7878
vid: ${{ secrets.VERACODE_API_ID }}
7979
vkey: ${{ secrets.VERACODE_API_KEY }}

veracode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ veracode_iac_secrets_scan:
8686
# If the break_build_on_error is set to true, the build will break if the scan failed to complete or with an error, no libraries were found,
8787
# or no build system was found and the error_message will be displayed.
8888
break_build_on_error: true
89-
error_message: "Veracode SCA scan faced a problem. Please contact your Veracode administrator for more information."
89+
error_message: "Veracode IAC secrets scan faced a problem. Please contact your Veracode administrator for more information."
9090
# If the trigger is set to true, a scan is triggered when you create an issue containing the commands value or add a comment containing the commands value to an issue.
9191
# Syntax to be used - COMMANDS_VALUE [branch: BRANCH_NAME]
9292
issues:

0 commit comments

Comments
 (0)