Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update shiftleft.yml
  • Loading branch information
nishfath authored Jun 22, 2023
commit 02626309d07a7567af7138c5b09ea06f218ab042
10 changes: 5 additions & 5 deletions shiftleft.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
build_rules:
- id: "No critical or high SAST findings"
finding_types:
- vuln
finding_types:
- vuln
cvss_31_severity_ratings:
- critical
- high
threshold: 0
- id: "Allow 0 secrets"
- id: "Allow 0 secrets"
finding_types:
- secret
threshold: 0
options:
num_findings: 10 # Return 10 sast findings
- id: "No reachable SCA findings"
- id: "No reachable SCA findings"
finding_types:
- oss_vuln
cvss_31_severity_ratings:
Expand All @@ -22,7 +22,7 @@ build_rules:
options:
reachable: true
num_findings: 10 # Return 10 reachable sca findings
- id: "No critical or high container findings"
- id: "No critical or high container findings"
finding_types:
- container
cvss_31_severity_ratings:
Expand Down