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 e7b812c commit f5bd57fCopy full SHA for f5bd57f
.github/workflows/binary-ready-veracode-sast-policy-scan.yml
@@ -86,6 +86,7 @@ jobs:
86
policy: ${{ github.event.client_payload.policy_name }}
87
scantimeout: 30
88
failbuild: ${{ github.event.client_payload.user_config.break_build_policy_findings }}
89
+ deleteincompletescan: true
90
91
- name: Veracode Policy Results
92
id: prepare-results
@@ -174,4 +175,4 @@ jobs:
174
175
repo_owner: ${{ github.event.client_payload.repository.owner }}
176
github-token: ${{ github.event.client_payload.token }}
177
repo_name: ${{ github.event.client_payload.repository.name }}
- commitHash: ${{ github.event.client_payload.sha }}
178
+ commitHash: ${{ github.event.client_payload.sha }}
0 commit comments