File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments