Skip to content

Commit 86a24d5

Browse files
authored
Change sl vuln threshold (#9)
1 parent bcf5aae commit 86a24d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shiftleft.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
build_rules:
2-
- id: allow-ten-findings
2+
- id: no-findings-allowed-rule
33
finding_types:
44
- vuln
55
- secret
@@ -9,4 +9,4 @@ build_rules:
99
- SEVERITY_MEDIUM_IMPACT
1010
- SEVERITY_HIGH_IMPACT
1111
- SEVERITY_LOW_IMPACT
12-
threshold: 10
12+
threshold: 0

0 commit comments

Comments
 (0)