12 lines
234 B
YAML
12 lines
234 B
YAML
|
build_rules:
|
||
|
- id: allow-zero-findings
|
||
|
finding_types:
|
||
|
- vuln
|
||
|
- secret
|
||
|
- insight
|
||
|
- "*"
|
||
|
severity:
|
||
|
- SEVERITY_MEDIUM_IMPACT
|
||
|
- SEVERITY_HIGH_IMPACT
|
||
|
- SEVERITY_LOW_IMPACT
|
||
|
threshold: 0
|