From 02d10759f06561aefe238be704133613ec060e1c Mon Sep 17 00:00:00 2001 From: Karthik Bharadwaj Date: Mon, 19 Aug 2024 17:10:48 +0530 Subject: [PATCH] bug/ENGER-821 - Fix issue related to EU validations --- .../binary-ready-veracode-sast-pipeline-scan.yml | 6 +++--- .../binary-ready-veracode-sast-policy-scan.yml | 10 +++++----- .../binary-ready-veracode-sast-sandbox-scan.yml | 2 +- .github/workflows/template-register.yaml | 2 +- .github/workflows/veracode-code-analysis.yml | 4 ++-- .github/workflows/veracode-iac-secrets-scan.yml | 2 +- .github/workflows/veracode-pipeline-scan.yml | 2 +- .github/workflows/veracode-policy-scan.yml | 6 +++--- .github/workflows/veracode-remove-sandbox.yml | 2 +- .github/workflows/veracode-sandbox-scan.yml | 2 +- 10 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/binary-ready-veracode-sast-pipeline-scan.yml b/.github/workflows/binary-ready-veracode-sast-pipeline-scan.yml index 0c2bdd4e..edae82b7 100644 --- a/.github/workflows/binary-ready-veracode-sast-pipeline-scan.yml +++ b/.github/workflows/binary-ready-veracode-sast-pipeline-scan.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Verify Veracode API credentials id: verify_api_creds - uses: veracode/github-actions-integration-helper@v0.1.3 + uses: veracode/github-actions-integration-helper@v0.1.4 with: action: validateVeracodeApiCreds token: ${{ github.event.client_payload.token }} @@ -43,7 +43,7 @@ jobs: - name: Verify Policy name id: verify_policy_name if: success() - uses: veracode/github-actions-integration-helper@v0.1.3 + uses: veracode/github-actions-integration-helper@v0.1.4 with: action: validatePolicyName token: ${{ github.event.client_payload.token }} @@ -83,7 +83,7 @@ jobs: - name: Veracode Pipeline Results if: always() id: prepare-results - uses: Veracode/github-actions-integration-helper@v0.1.3 + uses: Veracode/github-actions-integration-helper@v0.1.4 with: action: 'preparePipelineResults' token: ${{ github.event.client_payload.token }} diff --git a/.github/workflows/binary-ready-veracode-sast-policy-scan.yml b/.github/workflows/binary-ready-veracode-sast-policy-scan.yml index 01711fac..ff6566f6 100644 --- a/.github/workflows/binary-ready-veracode-sast-policy-scan.yml +++ b/.github/workflows/binary-ready-veracode-sast-policy-scan.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Verify Veracode API credentials id: verify_api_creds - uses: veracode/github-actions-integration-helper@v0.1.3 + uses: veracode/github-actions-integration-helper@v0.1.4 with: action: validateVeracodeApiCreds token: ${{ github.event.client_payload.token }} @@ -43,7 +43,7 @@ jobs: - name: Verify Policy name id: verify_policy_name if: success() - uses: veracode/github-actions-integration-helper@v0.1.3 + uses: veracode/github-actions-integration-helper@v0.1.4 with: action: validatePolicyName token: ${{ github.event.client_payload.token }} @@ -71,7 +71,7 @@ jobs: run-id: ${{ github.event.client_payload.run_id }} - name: Veracode Upload and Scan Action Step - uses: veracode/uploadandscan-action@v0.1.5 + uses: veracode/uploadandscan-action@v0.1.6 id: upload_and_scan with: vid: '${{ secrets.VERACODE_API_ID }}' @@ -88,7 +88,7 @@ jobs: - name: Veracode Policy Results id: prepare-results if: always() - uses: Veracode/github-actions-integration-helper@v0.1.3 + uses: Veracode/github-actions-integration-helper@v0.1.4 with: action: 'preparePolicyResults' token: ${{ github.event.client_payload.token }} @@ -107,7 +107,7 @@ jobs: if: ${{ github.event.client_payload.user_config.sandbox_scan.execute_remove_sandbox_action && always() }} name: Remove Sandbox steps: - - uses: veracode/github-actions-integration-helper@v0.1.3 + - uses: veracode/github-actions-integration-helper@v0.1.4 with: action: 'removeSandbox' vid: ${{ secrets.VERACODE_API_ID }} diff --git a/.github/workflows/binary-ready-veracode-sast-sandbox-scan.yml b/.github/workflows/binary-ready-veracode-sast-sandbox-scan.yml index 044cdf1a..bc1b9ded 100644 --- a/.github/workflows/binary-ready-veracode-sast-sandbox-scan.yml +++ b/.github/workflows/binary-ready-veracode-sast-sandbox-scan.yml @@ -24,7 +24,7 @@ jobs: - name: Veracode Upload and Scan Action Step id: upload_and_scan - uses: veracode/uploadandscan-action@v0.1.5 + uses: veracode/uploadandscan-action@v0.1.6 with: appname: ${{ github.event.client_payload.user_config.profile_name }} createprofile: true diff --git a/.github/workflows/template-register.yaml b/.github/workflows/template-register.yaml index f43181f3..fa2b25cb 100644 --- a/.github/workflows/template-register.yaml +++ b/.github/workflows/template-register.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Register build id: register-build - uses: veracode/github-actions-integration-helper@v0.1.3 + uses: veracode/github-actions-integration-helper@v0.1.4 with: action: registerBuild token: ${{ github.event.client_payload.token }} diff --git a/.github/workflows/veracode-code-analysis.yml b/.github/workflows/veracode-code-analysis.yml index a3347d2d..539959e4 100644 --- a/.github/workflows/veracode-code-analysis.yml +++ b/.github/workflows/veracode-code-analysis.yml @@ -50,7 +50,7 @@ jobs: steps: - name: Verify Veracode API credentials id: verify_api_creds - uses: veracode/github-actions-integration-helper@v0.1.3 + uses: veracode/github-actions-integration-helper@v0.1.4 with: action: validateVeracodeApiCreds token: ${{ github.event.client_payload.token }} @@ -63,7 +63,7 @@ jobs: - name: Verify Policy name id: verify_policy_name if: success() - uses: veracode/github-actions-integration-helper@v0.1.3 + uses: veracode/github-actions-integration-helper@v0.1.4 with: action: validatePolicyName token: ${{ github.event.client_payload.token }} diff --git a/.github/workflows/veracode-iac-secrets-scan.yml b/.github/workflows/veracode-iac-secrets-scan.yml index ce3ce3a7..5d1b38a4 100644 --- a/.github/workflows/veracode-iac-secrets-scan.yml +++ b/.github/workflows/veracode-iac-secrets-scan.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Verify Veracode API credentials id: verify_api_creds - uses: veracode/github-actions-integration-helper@v0.1.3 + uses: veracode/github-actions-integration-helper@v0.1.4 with: action: validateVeracodeApiCreds token: ${{ github.event.client_payload.token }} diff --git a/.github/workflows/veracode-pipeline-scan.yml b/.github/workflows/veracode-pipeline-scan.yml index 447e263d..82f1d9e7 100644 --- a/.github/workflows/veracode-pipeline-scan.yml +++ b/.github/workflows/veracode-pipeline-scan.yml @@ -84,7 +84,7 @@ jobs: - name: Veracode Pipeline Results if: always() id: prepare-results - uses: Veracode/github-actions-integration-helper@v0.1.3 + uses: Veracode/github-actions-integration-helper@v0.1.4 with: action: 'preparePipelineResults' token: ${{ inputs.token }} diff --git a/.github/workflows/veracode-policy-scan.yml b/.github/workflows/veracode-policy-scan.yml index 34176b47..4c482d45 100644 --- a/.github/workflows/veracode-policy-scan.yml +++ b/.github/workflows/veracode-policy-scan.yml @@ -74,7 +74,7 @@ jobs: # run the policy scan action - name: Veracode Upload and Scan Action Step - uses: veracode/uploadandscan-action@v0.1.5 + uses: veracode/uploadandscan-action@v0.1.6 id: upload_and_scan with: appname: ${{ inputs.profile_name }} @@ -92,7 +92,7 @@ jobs: - name: Veracode Policy Results id: prepare-results if: always() - uses: Veracode/github-actions-integration-helper@v0.1.3 + uses: Veracode/github-actions-integration-helper@v0.1.4 with: action: 'preparePolicyResults' token: ${{ inputs.token }} @@ -111,7 +111,7 @@ jobs: if: ${{ github.event.client_payload.user_config.sandbox_scan.execute_remove_sandbox_action && always() }} name: Remove Sandbox steps: - - uses: veracode/github-actions-integration-helper@v0.1.3 + - uses: veracode/github-actions-integration-helper@v0.1.4 with: action: 'removeSandbox' vid: ${{ secrets.VERACODE_API_ID }} diff --git a/.github/workflows/veracode-remove-sandbox.yml b/.github/workflows/veracode-remove-sandbox.yml index b61a1967..6adf1949 100644 --- a/.github/workflows/veracode-remove-sandbox.yml +++ b/.github/workflows/veracode-remove-sandbox.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest name: Remove Sandbox steps: - - uses: veracode/github-actions-integration-helper@v0.1.3 + - uses: veracode/github-actions-integration-helper@v0.1.4 with: action: 'removeSandbox' vid: ${{ secrets.VERACODE_API_ID }} diff --git a/.github/workflows/veracode-sandbox-scan.yml b/.github/workflows/veracode-sandbox-scan.yml index c820c09a..640db1f8 100644 --- a/.github/workflows/veracode-sandbox-scan.yml +++ b/.github/workflows/veracode-sandbox-scan.yml @@ -46,7 +46,7 @@ jobs: # run the policy scan action - name: Veracode Upload and Scan Action Step - uses: veracode/uploadandscan-action@v0.1.5 + uses: veracode/uploadandscan-action@v0.1.6 id: upload_and_scan with: appname: ${{ github.event.client_payload.user_config.profile_name }}