Skip to content

Commit 3d237d6

Browse files
authored
Update shiftleft.yml
1 parent 0d09c17 commit 3d237d6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

shiftleft.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
build_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:

0 commit comments

Comments
 (0)