We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f854110 commit e2b3173Copy full SHA for e2b3173
.github/workflows/veracode-code-analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
register:
39
uses: ./.github/workflows/veracode-check-run.yml
40
with:
41
- check_run_name: ${{ github.workflow }}${{ contains( github.event.action, 'policy') && ' - Policy Scan' || ' - Pipeline Scan' }}
+ check_run_name: ${{ github.workflow }} - ${{ contains( github.event.action, 'policy') && 'Policy' || 'Pipeline' }}
42
head_sha: ${{ github.event.client_payload.sha }}
43
repositroy_owner: ${{ github.event.client_payload.repository.owner }}
44
repositroy_name: ${{ github.event.client_payload.repository.name }}
0 commit comments