File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 steps :
3131 - name : Verify Veracode API credentials
3232 id : verify_api_creds
33- uses : veracode/github-actions-integration-helper@v0.1.2
33+ uses : veracode/github-actions-integration-helper@v0.1.3
3434 with :
3535 action : validateVeracodeApiCreds
3636 token : ${{ github.event.client_payload.token }}
4343 - name : Verify Policy name
4444 id : verify_policy_name
4545 if : success()
46- uses : veracode/github-actions-integration-helper@v0.1.2
46+ uses : veracode/github-actions-integration-helper@v0.1.3
4747 with :
4848 action : validatePolicyName
4949 token : ${{ github.event.client_payload.token }}
8383 - name : Veracode Pipeline Results
8484 if : always()
8585 id : prepare-results
86- uses : Veracode/github-actions-integration-helper@v0.1.2
86+ uses : Veracode/github-actions-integration-helper@v0.1.3
8787 with :
8888 action : ' preparePipelineResults'
8989 token : ${{ github.event.client_payload.token }}
Original file line number Diff line number Diff line change 3030 steps :
3131 - name : Verify Veracode API credentials
3232 id : verify_api_creds
33- uses : veracode/github-actions-integration-helper@v0.1.2
33+ uses : veracode/github-actions-integration-helper@v0.1.3
3434 with :
3535 action : validateVeracodeApiCreds
3636 token : ${{ github.event.client_payload.token }}
4343 - name : Verify Policy name
4444 id : verify_policy_name
4545 if : success()
46- uses : veracode/github-actions-integration-helper@v0.1.2
46+ uses : veracode/github-actions-integration-helper@v0.1.3
4747 with :
4848 action : validatePolicyName
4949 token : ${{ github.event.client_payload.token }}
8888 - name : Veracode Policy Results
8989 id : prepare-results
9090 if : always()
91- uses : Veracode/github-actions-integration-helper@v0.1.2
91+ uses : Veracode/github-actions-integration-helper@v0.1.3
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/github-actions-integration-helper@v0.1.2
110+ - uses : veracode/github-actions-integration-helper@v0.1.3
111111 with :
112112 action : ' removeSandbox'
113113 vid : ${{ secrets.VERACODE_API_ID }}
Original file line number Diff line number Diff line change 1414 steps :
1515 - name : Register build
1616 id : register-build
17- uses : veracode/github-actions-integration-helper@v0.1.2
17+ uses : veracode/github-actions-integration-helper@v0.1.3
1818 with :
1919 action : registerBuild
2020 token : ${{ github.event.client_payload.token }}
Original file line number Diff line number Diff line change 5454 steps :
5555 - name : Verify Veracode API credentials
5656 id : verify_api_creds
57- uses : veracode/github-actions-integration-helper@v0.1.2
57+ uses : veracode/github-actions-integration-helper@v0.1.3
5858 with :
5959 action : validateVeracodeApiCreds
6060 token : ${{ github.event.client_payload.token }}
6767 - name : Verify Policy name
6868 id : verify_policy_name
6969 if : success()
70- uses : veracode/github-actions-integration-helper@v0.1.2
70+ uses : veracode/github-actions-integration-helper@v0.1.3
7171 with :
7272 action : validatePolicyName
7373 token : ${{ github.event.client_payload.token }}
Original file line number Diff line number Diff line change 3030 steps :
3131 - name : Verify Veracode API credentials
3232 id : verify_api_creds
33- uses : veracode/github-actions-integration-helper@v0.1.2
33+ uses : veracode/github-actions-integration-helper@v0.1.3
3434 with :
3535 action : validateVeracodeApiCreds
3636 token : ${{ github.event.client_payload.token }}
Original file line number Diff line number Diff line change 8484 - name : Veracode Pipeline Results
8585 if : always()
8686 id : prepare-results
87- uses : Veracode/github-actions-integration-helper@v0.1.2
87+ uses : Veracode/github-actions-integration-helper@v0.1.3
8888 with :
8989 action : ' preparePipelineResults'
9090 token : ${{ inputs.token }}
Original file line number Diff line number Diff line change 8888 - name : Veracode Policy Results
8989 id : prepare-results
9090 if : always()
91- uses : Veracode/github-actions-integration-helper@v0.1.2
91+ uses : Veracode/github-actions-integration-helper@v0.1.3
9292 with :
9393 action : ' preparePolicyResults'
9494 token : ${{ inputs.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/github-actions-integration-helper@v0.1.2
110+ - uses : veracode/github-actions-integration-helper@v0.1.3
111111 with :
112112 action : ' removeSandbox'
113113 vid : ${{ secrets.VERACODE_API_ID }}
Original file line number Diff line number Diff line change 3434 runs-on : ubuntu-latest
3535 name : Remove Sandbox
3636 steps :
37- - uses : veracode/github-actions-integration-helper@v0.1.2
37+ - uses : veracode/github-actions-integration-helper@v0.1.3
3838 with :
3939 action : ' removeSandbox'
4040 vid : ${{ secrets.VERACODE_API_ID }}
You can’t perform that action at this time.
0 commit comments