Skip to content

Commit 47b065e

Browse files
Merge pull request #40 from veracode/SDEVX-8321
Break Build Flag for SCA Scan
2 parents 36d86d4 + 20d4fd7 commit 47b065e

File tree

7 files changed

+2702
-4563
lines changed

7 files changed

+2702
-4563
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ inputs:
5757
description: 'Specifies the platform environment type — use CLOUD for GitHub.com or ENTERPRISE for GitHub Enterprise Server (GHES).'
5858
default: 'CLOUD'
5959
required: false
60+
breakBuildOnPolicyFindings:
61+
description: "Break the build based on the Policy Findings"
62+
required: false
63+
default: "false"
6064
runs:
6165
using: 'node20'
6266
main: 'dist/index.js'

0 commit comments

Comments
 (0)