Skip to content

Commit e2b3173

Browse files
REPO-723 adjust name to remove scan
1 parent f854110 commit e2b3173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/veracode-code-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
register:
3939
uses: ./.github/workflows/veracode-check-run.yml
4040
with:
41-
check_run_name: ${{ github.workflow }}${{ contains( github.event.action, 'policy') && ' - Policy Scan' || ' - Pipeline Scan' }}
41+
check_run_name: ${{ github.workflow }} - ${{ contains( github.event.action, 'policy') && 'Policy' || 'Pipeline' }}
4242
head_sha: ${{ github.event.client_payload.sha }}
4343
repositroy_owner: ${{ github.event.client_payload.repository.owner }}
4444
repositroy_name: ${{ github.event.client_payload.repository.name }}

0 commit comments

Comments
 (0)