diff --git a/.github/workflows/binary-ready-veracode-sast-pipeline-scan.yml b/.github/workflows/binary-ready-veracode-sast-pipeline-scan.yml index fa1ff814c..28c181423 100644 --- a/.github/workflows/binary-ready-veracode-sast-pipeline-scan.yml +++ b/.github/workflows/binary-ready-veracode-sast-pipeline-scan.yml @@ -1,6 +1,6 @@ name: Binary Ready - Veracode Static Code Analysis -run-name: Binary Ready - Static Code Analysis - ${{ github.event.client_payload.repository.name }} +run-name: Binary Ready - Static Code Analysis - ${{ github.event.client_payload.workflow_name }} concurrency: group: ${{ github.event.client_payload.event_type }}-${{ github.event.client_payload.repository.name }}-${{ github.event.client_payload.repository.branch }} diff --git a/.github/workflows/binary-ready-veracode-sast-policy-scan.yml b/.github/workflows/binary-ready-veracode-sast-policy-scan.yml index 47013ec7a..e474f7ccb 100644 --- a/.github/workflows/binary-ready-veracode-sast-policy-scan.yml +++ b/.github/workflows/binary-ready-veracode-sast-policy-scan.yml @@ -1,6 +1,6 @@ name: Binary Ready - Veracode Static Code Analysis -run-name: Binary Ready - Static Code Analysis - ${{ github.event.client_payload.repository.name }} +run-name: Binary Ready - Static Code Analysis - ${{ github.event.client_payload.workflow_name }} concurrency: group: ${{ github.event.client_payload.event_type }}-${{ github.event.client_payload.repository.name }}-${{ github.event.client_payload.repository.branch }} diff --git a/.github/workflows/binary-ready-veracode-sast-sandbox-scan.yml b/.github/workflows/binary-ready-veracode-sast-sandbox-scan.yml index de160ca3e..c3a4c5593 100644 --- a/.github/workflows/binary-ready-veracode-sast-sandbox-scan.yml +++ b/.github/workflows/binary-ready-veracode-sast-sandbox-scan.yml @@ -1,6 +1,6 @@ name: Binary Ready - Veracode Static Sandbox Scanner -run-name: Binary Ready - Veracode Sandbox Scan - ${{ github.event.client_payload.repository.name }} +run-name: Binary Ready - Veracode Sandbox Scan - ${{ github.event.client_payload.workflow_name }} concurrency: group: ${{ github.event.client_payload.event_type }}-${{ github.event.client_payload.repository.name }}-${{ github.event.client_payload.repository.branch }} diff --git a/.github/workflows/veracode-code-analysis.yml b/.github/workflows/veracode-code-analysis.yml index f997ecb60..ba11a2c86 100644 --- a/.github/workflows/veracode-code-analysis.yml +++ b/.github/workflows/veracode-code-analysis.yml @@ -1,6 +1,6 @@ name: Veracode Static Code Analysis -run-name: Static Code Analysis - ${{ github.event.client_payload.repository.name }} +run-name: Static Code Analysis - ${{ github.event.client_payload.workflow_name }} concurrency: group: ${{ github.event.client_payload.event_type }}-${{ github.event.client_payload.repository.name }}-${{ github.event.client_payload.repository.branch }} diff --git a/.github/workflows/veracode-fix-for-sca.yml b/.github/workflows/veracode-fix-for-sca.yml index acd3935f0..7cb27f3e9 100644 --- a/.github/workflows/veracode-fix-for-sca.yml +++ b/.github/workflows/veracode-fix-for-sca.yml @@ -1,6 +1,6 @@ name: Veracode Fix for SCA -run-name: Veracode Fix for SCA - ${{ github.event.client_payload.repository.name }} +run-name: Veracode Fix for SCA - ${{ github.event.client_payload.workflow_name }} on: repository_dispatch: diff --git a/.github/workflows/veracode-iac-secrets-scan.yml b/.github/workflows/veracode-iac-secrets-scan.yml index bf9cee170..57671d8a4 100644 --- a/.github/workflows/veracode-iac-secrets-scan.yml +++ b/.github/workflows/veracode-iac-secrets-scan.yml @@ -1,6 +1,6 @@ name: Veracode IaC/Secrets Scanning -run-name: Veracode IaC/Secrets Scanning - ${{ github.event.client_payload.repository.name }} +run-name: Veracode IaC/Secrets Scanning - ${{ github.event.client_payload.workflow_name }} concurrency: group: ${{ github.event.client_payload.event_type }}-${{ github.event.client_payload.repository.name }}-${{ github.event.client_payload.repository.branch }} diff --git a/.github/workflows/veracode-not-supported.yml b/.github/workflows/veracode-not-supported.yml index 2ce8326f1..76e42af22 100644 --- a/.github/workflows/veracode-not-supported.yml +++ b/.github/workflows/veracode-not-supported.yml @@ -1,6 +1,6 @@ name: Veracode - SAST/SCA Not Supported Repository -run-name: Veracode - SAST/SCA Not Supported Repository - ${{ github.event.client_payload.repository.name }} +run-name: Veracode - SAST/SCA Not Supported Repository - ${{ github.event.client_payload.workflow_name }} on: repository_dispatch: diff --git a/.github/workflows/veracode-remove-sandbox.yml b/.github/workflows/veracode-remove-sandbox.yml index 86cfef15a..9f26de26e 100644 --- a/.github/workflows/veracode-remove-sandbox.yml +++ b/.github/workflows/veracode-remove-sandbox.yml @@ -1,6 +1,6 @@ name: Veracode - Remove Sandbox When Pr Closed or Branch Deleted -run-name: Remove Veracode Sandbox - Profile ${{ github.event.client_payload.repository.name }} - Sandbox ${{ github.event.client_payload.repository.branch }} +run-name: Remove Veracode Sandbox - Profile ${{ github.event.client_payload.workflow_name }} - Sandbox ${{ github.event.client_payload.repository.branch }} concurrency: group: ${{ github.event.client_payload.event_type }}-${{ github.event.client_payload.repository.name }}-${{ github.event.client_payload.repository.branch }} diff --git a/.github/workflows/veracode-sandbox-scan.yml b/.github/workflows/veracode-sandbox-scan.yml index 23eedef7a..589d3b30e 100644 --- a/.github/workflows/veracode-sandbox-scan.yml +++ b/.github/workflows/veracode-sandbox-scan.yml @@ -1,5 +1,5 @@ name: Veracode Static Sandbox Scanner -run-name: Veracode Sandbox Scan - ${{ github.event.client_payload.repository.name }} +run-name: Veracode Sandbox Scan - ${{ github.event.client_payload.workflow_name }} concurrency: group: ${{ github.event.client_payload.event_type }}-${{ github.event.client_payload.repository.name }}-${{ github.event.client_payload.repository.branch }} diff --git a/.github/workflows/veracode-sca-scan.yml b/.github/workflows/veracode-sca-scan.yml index f84462d03..fa5972305 100644 --- a/.github/workflows/veracode-sca-scan.yml +++ b/.github/workflows/veracode-sca-scan.yml @@ -1,6 +1,6 @@ name: Veracode Software Composition Analysis -run-name: Software Composition Analysis - ${{ github.event.client_payload.repository.name }} +run-name: Software Composition Analysis - ${{ github.event.client_payload.workflow_name }} concurrency: group: ${{ github.event.client_payload.event_type }}-${{ github.event.client_payload.repository.name }}-${{ github.event.client_payload.repository.branch }}