Skip to content

Commit 44794e2

Browse files
Merge pull request #61 from veracode/bug/ENGER-821
bug/ENGER-821 - Fix issue related to EU validations
2 parents 702a4a8 + 02d1075 commit 44794e2

10 files changed

+19
-19
lines changed

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

+3-3
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].3
33+
uses: veracode/[email protected].4
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].3
46+
uses: veracode/[email protected].4
4747
with:
4848
action: validatePolicyName
4949
token: ${{ github.event.client_payload.token }}
@@ -83,7 +83,7 @@ jobs:
8383
- name: Veracode Pipeline Results
8484
if: always()
8585
id: prepare-results
86-
uses: Veracode/[email protected].3
86+
uses: Veracode/[email protected].4
8787
with:
8888
action: 'preparePipelineResults'
8989
token: ${{ github.event.client_payload.token }}

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

+5-5
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].3
33+
uses: veracode/[email protected].4
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].3
46+
uses: veracode/[email protected].4
4747
with:
4848
action: validatePolicyName
4949
token: ${{ github.event.client_payload.token }}
@@ -71,7 +71,7 @@ jobs:
7171
run-id: ${{ github.event.client_payload.run_id }}
7272

7373
- name: Veracode Upload and Scan Action Step
74-
uses: veracode/[email protected].5
74+
uses: veracode/[email protected].6
7575
id: upload_and_scan
7676
with:
7777
vid: '${{ secrets.VERACODE_API_ID }}'
@@ -88,7 +88,7 @@ jobs:
8888
- name: Veracode Policy Results
8989
id: prepare-results
9090
if: always()
91-
uses: Veracode/[email protected].3
91+
uses: Veracode/[email protected].4
9292
with:
9393
action: 'preparePolicyResults'
9494
token: ${{ github.event.client_payload.token }}
@@ -107,7 +107,7 @@ jobs:
107107
if: ${{ github.event.client_payload.user_config.sandbox_scan.execute_remove_sandbox_action && always() }}
108108
name: Remove Sandbox
109109
steps:
110-
- uses: veracode/[email protected].3
110+
- uses: veracode/[email protected].4
111111
with:
112112
action: 'removeSandbox'
113113
vid: ${{ secrets.VERACODE_API_ID }}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Veracode Upload and Scan Action Step
2626
id: upload_and_scan
27-
uses: veracode/[email protected].5
27+
uses: veracode/[email protected].6
2828
with:
2929
appname: ${{ github.event.client_payload.user_config.profile_name }}
3030
createprofile: true

.github/workflows/template-register.yaml

+1-1
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].3
17+
uses: veracode/[email protected].4
1818
with:
1919
action: registerBuild
2020
token: ${{ github.event.client_payload.token }}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- name: Verify Veracode API credentials
5252
id: verify_api_creds
53-
uses: veracode/[email protected].3
53+
uses: veracode/[email protected].4
5454
with:
5555
action: validateVeracodeApiCreds
5656
token: ${{ github.event.client_payload.token }}
@@ -63,7 +63,7 @@ jobs:
6363
- name: Verify Policy name
6464
id: verify_policy_name
6565
if: success()
66-
uses: veracode/[email protected].3
66+
uses: veracode/[email protected].4
6767
with:
6868
action: validatePolicyName
6969
token: ${{ github.event.client_payload.token }}

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

+1-1
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].3
33+
uses: veracode/[email protected].4
3434
with:
3535
action: validateVeracodeApiCreds
3636
token: ${{ github.event.client_payload.token }}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Veracode Pipeline Results
8585
if: always()
8686
id: prepare-results
87-
uses: Veracode/[email protected].3
87+
uses: Veracode/[email protected].4
8888
with:
8989
action: 'preparePipelineResults'
9090
token: ${{ inputs.token }}

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

+3-3
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].5
77+
uses: veracode/[email protected].6
7878
id: upload_and_scan
7979
with:
8080
appname: ${{ inputs.profile_name }}
@@ -92,7 +92,7 @@ jobs:
9292
- name: Veracode Policy Results
9393
id: prepare-results
9494
if: always()
95-
uses: Veracode/[email protected].3
95+
uses: Veracode/[email protected].4
9696
with:
9797
action: 'preparePolicyResults'
9898
token: ${{ inputs.token }}
@@ -111,7 +111,7 @@ jobs:
111111
if: ${{ github.event.client_payload.user_config.sandbox_scan.execute_remove_sandbox_action && always() }}
112112
name: Remove Sandbox
113113
steps:
114-
- uses: veracode/[email protected].3
114+
- uses: veracode/[email protected].4
115115
with:
116116
action: 'removeSandbox'
117117
vid: ${{ secrets.VERACODE_API_ID }}

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

+1-1
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].3
37+
- uses: veracode/[email protected].4
3838
with:
3939
action: 'removeSandbox'
4040
vid: ${{ secrets.VERACODE_API_ID }}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
# run the policy scan action
4848
- name: Veracode Upload and Scan Action Step
49-
uses: veracode/[email protected].5
49+
uses: veracode/[email protected].6
5050
id: upload_and_scan
5151
with:
5252
appname: ${{ github.event.client_payload.user_config.profile_name }}

0 commit comments

Comments
 (0)