Skip to content

Commit 5905c12

Browse files
Added git_repo_url, fix axios vulnerability, IaC support fail build on error
1 parent ac9557e commit 5905c12

7 files changed

+10
-7
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
@@ -119,7 +119,7 @@ jobs:
119119
- name: Veracode Pipeline-Scan
120120
if: always()
121121
id: pipeline-scan
122-
uses: veracode/[email protected].17
122+
uses: veracode/[email protected].18
123123
with:
124124
vid: ${{ secrets.VERACODE_API_ID }}
125125
vkey: ${{ secrets.VERACODE_API_KEY }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
path: ./veracode_artifact_directory
7474

7575
- name: Veracode Upload and Scan Action Step
76-
uses: veracode/[email protected].6
76+
uses: veracode/[email protected].7
7777
id: upload_and_scan
7878
with:
7979
vid: '${{ secrets.VERACODE_API_ID }}'

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

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

2727
- name: Veracode Upload and Scan Action Step
2828
id: upload_and_scan
29-
uses: veracode/[email protected].6
29+
uses: veracode/[email protected].7
3030
with:
3131
appname: ${{ github.event.client_payload.user_config.profile_name }}
3232
createprofile: true

.github/workflows/veracode-iac-secrets-scan.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
ref: ${{ github.event.client_payload.sha }}
5353
token: ${{ github.event.client_payload.token }}
5454
- name: Run Veracode IaC/Secrets Scanning
55-
uses: veracode/[email protected].3
55+
uses: veracode/[email protected].4
5656
with:
5757
vid: ${{ secrets.VERACODE_API_ID }}
5858
vkey: ${{ secrets.VERACODE_API_KEY }}
@@ -62,3 +62,4 @@ jobs:
6262
format: "json"
6363
debug: false
6464
fail_build: ${{ github.event.client_payload.user_config.break_build_policy_findings }}
65+
fail_build_on_error: ${{ github.event.client_payload.user_config.break_build_on_error }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- name: Veracode Pipeline-Scan
105105
if: always()
106106
id: pipeline-scan
107-
uses: veracode/[email protected].17
107+
uses: veracode/[email protected].18
108108
with:
109109
vid: ${{ secrets.VERACODE_API_ID }}
110110
vkey: ${{ secrets.VERACODE_API_KEY }}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
7575
# run the policy scan action
7676
- name: Veracode Upload and Scan Action Step
77-
uses: veracode/[email protected].6
77+
uses: veracode/[email protected].7
7878
id: upload_and_scan
7979
with:
8080
appname: ${{ inputs.profile_name }}
@@ -88,6 +88,7 @@ jobs:
8888
scantimeout: 30
8989
# include: ${{ inputs.modules_to_scan }}
9090
failbuild: ${{ inputs.break_build_policy_findings }}
91+
gitRepositoryUrl: ${{ github.server_url }}/${{ inputs.source_repository }}
9192

9293
- name: Veracode Policy Results
9394
id: prepare-results

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
# run the policy scan action
5454
- name: Veracode Upload and Scan Action Step
55-
uses: veracode/[email protected].6
55+
uses: veracode/[email protected].7
5656
id: upload_and_scan
5757
with:
5858
appname: ${{ github.event.client_payload.user_config.profile_name }}
@@ -65,3 +65,4 @@ jobs:
6565
createsandbox: true
6666
sandboxname: GitHub App Scans-${{ github.event.client_payload.repository.branch }}
6767
failbuild: ${{ github.event.client_payload.user_config.break_build_policy_findings }}
68+
gitRepositoryUrl: ${{ github.server_url }}/${{ github.event.client_payload.repository.full_name }}

0 commit comments

Comments
 (0)