Skip to content

Commit e96cafc

Browse files
update the tags for all the scan action
1 parent 94367ab commit e96cafc

11 files changed

+23
-23
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- name: Verify Veracode API credentials
3232
id: verify_api_creds
33-
uses: veracode/[email protected].8
33+
uses: veracode/[email protected].9
3434
with:
3535
action: validateVeracodeApiCreds
3636
token: ${{ github.event.client_payload.token }}
@@ -43,7 +43,7 @@ jobs:
4343
- name: Verify Policy name
4444
id: verify_policy_name
4545
if: success()
46-
uses: veracode/[email protected].8
46+
uses: veracode/[email protected].9
4747
with:
4848
action: validatePolicyName
4949
token: ${{ github.event.client_payload.token }}
@@ -119,7 +119,7 @@ jobs:
119119
- name: Veracode Pipeline-Scan
120120
if: always()
121121
id: pipeline-scan
122-
uses: veracode/[email protected].19
122+
uses: veracode/[email protected].20
123123
with:
124124
vid: ${{ secrets.VERACODE_API_ID }}
125125
vkey: ${{ secrets.VERACODE_API_KEY }}
@@ -138,7 +138,7 @@ jobs:
138138
- name: Veracode Pipeline Results
139139
if: always()
140140
id: prepare-results
141-
uses: veracode/[email protected].8
141+
uses: veracode/[email protected].9
142142
with:
143143
action: 'preparePipelineResults'
144144
token: ${{ github.event.client_payload.token }}

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- name: Verify Veracode API credentials
3232
id: verify_api_creds
33-
uses: veracode/[email protected].8
33+
uses: veracode/[email protected].9
3434
with:
3535
action: validateVeracodeApiCreds
3636
token: ${{ github.event.client_payload.token }}
@@ -43,7 +43,7 @@ jobs:
4343
- name: Verify Policy name
4444
id: verify_policy_name
4545
if: success()
46-
uses: veracode/[email protected].8
46+
uses: veracode/[email protected].9
4747
with:
4848
action: validatePolicyName
4949
token: ${{ github.event.client_payload.token }}
@@ -73,7 +73,7 @@ jobs:
7373
path: ./veracode_artifact_directory
7474

7575
- name: Veracode Upload and Scan Action Step
76-
uses: veracode/[email protected].7
76+
uses: veracode/[email protected].8
7777
id: upload_and_scan
7878
with:
7979
vid: '${{ secrets.VERACODE_API_ID }}'
@@ -91,7 +91,7 @@ jobs:
9191
- name: Veracode Policy Results
9292
id: prepare-results
9393
if: always()
94-
uses: veracode/[email protected].8
94+
uses: veracode/[email protected].9
9595
with:
9696
action: 'preparePolicyResults'
9797
token: ${{ github.event.client_payload.token }}
@@ -110,7 +110,7 @@ jobs:
110110
if: ${{ github.event.client_payload.user_config.sandbox_scan.execute_remove_sandbox_action && always() }}
111111
name: Remove Sandbox
112112
steps:
113-
- uses: veracode/[email protected].8
113+
- uses: veracode/[email protected].9
114114
with:
115115
action: 'removeSandbox'
116116
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].7
29+
uses: veracode/[email protected].8
3030
with:
3131
appname: ${{ github.event.client_payload.user_config.profile_name }}
3232
createprofile: true

.github/workflows/template-register.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Register build
1616
id: register-build
17-
uses: veracode/[email protected].8
17+
uses: veracode/[email protected].9
1818
with:
1919
action: registerBuild
2020
token: ${{ github.event.client_payload.token }}

.github/workflows/veracode-code-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
- name: Verify Veracode API credentials
5454
id: verify_api_creds
55-
uses: veracode/[email protected].8
55+
uses: veracode/[email protected].9
5656
with:
5757
action: validateVeracodeApiCreds
5858
token: ${{ github.event.client_payload.token }}
@@ -65,7 +65,7 @@ jobs:
6565
- name: Verify Policy name
6666
id: verify_policy_name
6767
if: success()
68-
uses: veracode/[email protected].8
68+
uses: veracode/[email protected].9
6969
with:
7070
action: validatePolicyName
7171
token: ${{ github.event.client_payload.token }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- name: Verify Veracode API credentials
3232
id: verify_api_creds
33-
uses: Veracode/[email protected].8
33+
uses: Veracode/[email protected].9
3434
with:
3535
action: validateVeracodeApiCreds
3636
token: ${{ github.event.client_payload.token }}
@@ -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].4
55+
uses: veracode/[email protected].5
5656
with:
5757
vid: ${{ secrets.VERACODE_API_ID }}
5858
vkey: ${{ secrets.VERACODE_API_KEY }}

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

Lines changed: 2 additions & 2 deletions
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].19
107+
uses: veracode/[email protected].20
108108
with:
109109
vid: ${{ secrets.VERACODE_API_ID }}
110110
vkey: ${{ secrets.VERACODE_API_KEY }}
@@ -123,7 +123,7 @@ jobs:
123123
- name: Veracode Pipeline Results
124124
if: always()
125125
id: prepare-results
126-
uses: veracode/[email protected].8
126+
uses: veracode/[email protected].9
127127
with:
128128
action: 'preparePipelineResults'
129129
token: ${{ inputs.token }}

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

Lines changed: 3 additions & 3 deletions
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].7
77+
uses: veracode/[email protected].8
7878
id: upload_and_scan
7979
with:
8080
appname: ${{ inputs.profile_name }}
@@ -94,7 +94,7 @@ jobs:
9494
- name: Veracode Policy Results
9595
id: prepare-results
9696
if: always()
97-
uses: veracode/[email protected].8
97+
uses: veracode/[email protected].9
9898
with:
9999
action: 'preparePolicyResults'
100100
token: ${{ inputs.token }}
@@ -115,7 +115,7 @@ jobs:
115115
if: ${{ github.event.client_payload.user_config.sandbox_scan.execute_remove_sandbox_action && always() }}
116116
name: Remove Sandbox
117117
steps:
118-
- uses: veracode/[email protected].8
118+
- uses: veracode/[email protected].9
119119
with:
120120
action: 'removeSandbox'
121121
vid: ${{ secrets.VERACODE_API_ID }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
name: Remove Sandbox
3636
steps:
37-
- uses: veracode/[email protected].8
37+
- uses: veracode/[email protected].9
3838
with:
3939
action: 'removeSandbox'
4040
vid: ${{ secrets.VERACODE_API_ID }}

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

Lines changed: 1 addition & 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].7
55+
uses: veracode/[email protected].8
5656
id: upload_and_scan
5757
with:
5858
appname: ${{ github.event.client_payload.user_config.profile_name }}

0 commit comments

Comments
 (0)