diff --git a/shiftleft.yml b/shiftleft.yml index 941a13288..726335744 100644 --- a/shiftleft.yml +++ b/shiftleft.yml @@ -1,17 +1,15 @@ build_rules: - - id: allow-zero-findings + - id: build-break-rule finding_types: - vuln - - secret - - insight - - "*" severity: - - SEVERITY_MEDIUM_IMPACT - - SEVERITY_HIGH_IMPACT - - SEVERITY_LOW_IMPACT - threshold: 0 + - critical + - moderate + type: + - XSS + threshold: 8 - id: reachable-oss-vuln finding_types: [oss_vuln] options: reachable: true - num_findings: 10 + num_findings: 25