Skip to content

Commit 9bff1f2

Browse files
fixed typo in sandbox scan workflow name
1 parent f98bbb6 commit 9bff1f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Veracode Static Sandbox Scanner
2-
run-name: Veracode Sandbox scan - ${{ github.event.client_payload.repository.name }}
2+
run-name: Veracode Sandbox Scan - ${{ github.event.client_payload.repository.name }}
33

44
concurrency:
55
group: ${{ github.event.client_payload.event_type }}-${{ github.event.client_payload.repository.name }}-${{ github.event.client_payload.repository.branch }}
@@ -58,4 +58,4 @@ jobs:
5858
vkey: '${{ secrets.VERACODE_API_KEY }}'
5959
createsandbox: true
6060
sandboxname: GitHub App Scans-${{ github.event.client_payload.repository.branch }}
61-
failbuild: ${{ github.event.client_payload.user_config.break_build_policy_findings }}
61+
failbuild: ${{ github.event.client_payload.user_config.break_build_policy_findings }}

0 commit comments

Comments
 (0)