File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11build_rules :
22 - id : " No critical or high SAST findings"
3- finding_types :
4- - vuln
3+ finding_types :
4+ - vuln
55 cvss_31_severity_ratings :
66 - critical
77 - high
88 threshold : 0
9- - id : " Allow 0 secrets"
9+ - id : " Allow 0 secrets"
1010 finding_types :
1111 - secret
1212 threshold : 0
1313 options :
1414 num_findings : 10 # Return 10 sast findings
15- - id : " No reachable SCA findings"
15+ - id : " No reachable SCA findings"
1616 finding_types :
1717 - oss_vuln
1818 cvss_31_severity_ratings :
@@ -22,7 +22,7 @@ build_rules:
2222 options :
2323 reachable : true
2424 num_findings : 10 # Return 10 reachable sca findings
25- - id : " No critical or high container findings"
25+ - id : " No critical or high container findings"
2626 finding_types :
2727 - container
2828 cvss_31_severity_ratings :
@@ -31,7 +31,7 @@ build_rules:
3131 threshold : 0
3232 options :
3333 num_findings : 10 # Return 10 container findings
34- - id : " Allow no license violations"
34+ - id : " Allow no license violations"
3535 finding types :
3636 - license
3737 licenses :
You can’t perform that action at this time.
0 commit comments