Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/veracode-code-analysis.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/veracode-fix-for-sca.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/veracode-iac-secrets-scan.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/veracode-not-supported.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/veracode-remove-sandbox.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/veracode-sandbox-scan.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/veracode-sca-scan.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down