Skip to content

Commit f5bd57f

Browse files
Enabled configuration to automatically remove incomplete scans from the platform for both policy and sandbox scans.
1 parent e7b812c commit f5bd57f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/binary-ready-veracode-sast-policy-scan.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
policy: ${{ github.event.client_payload.policy_name }}
8787
scantimeout: 30
8888
failbuild: ${{ github.event.client_payload.user_config.break_build_policy_findings }}
89+
deleteincompletescan: true
8990

9091
- name: Veracode Policy Results
9192
id: prepare-results
@@ -174,4 +175,4 @@ jobs:
174175
repo_owner: ${{ github.event.client_payload.repository.owner }}
175176
github-token: ${{ github.event.client_payload.token }}
176177
repo_name: ${{ github.event.client_payload.repository.name }}
177-
commitHash: ${{ github.event.client_payload.sha }}
178+
commitHash: ${{ github.event.client_payload.sha }}

0 commit comments

Comments
 (0)