Skip to content

Commit c7e3630

Browse files
authored
Update synopsys-blackduck.yml
1 parent 215dbe3 commit c7e3630

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/synopsys-blackduck.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
github_token: ${{ secrets.MY_GITHUB_TOKEN }}
2828
# Optional parameter. By default, create fix pull requests if vulnerabilities are reported
2929
# Passing false will disable fix pull request creation
30-
blackduck_automation_fixpr: true
30+
blackduck_automation_fixpr: false
3131
# Optional parameter. The values could be. ALL|NONE|BLOCKER|CRITICAL|MAJOR|MINOR|OK|TRIVIAL|UNSPECIFIED
3232
# Single parameter
3333
#blackduck_scan_failure_severities: "ALL"
3434
# multiple parameters
35-
blackduck_scan_failure_severities: "NONE"
36-
#blackduck_scan_failure_severities: "BLOCKER,CRITICAL,TRIVIAL"
35+
#blackduck_scan_failure_severities: "NONE"
36+
blackduck_scan_failure_severities: "BLOCKER,CRITICAL"
3737
blackduck_automation_prcomment: true
3838
# Optional parameter, but usually specified - the location of the Synopsys Bridge software
3939
# The Synopsys Bridge software distribution is platform specific - this must match the host OS

0 commit comments

Comments
 (0)