Skip to content

Commit

Permalink
Merge pull request #1 from janani-cr/demo-branch-1680710508
Browse files Browse the repository at this point in the history
Add ShiftLeft build rules
  • Loading branch information
janani-cr authored Apr 6, 2023
2 parents adac079 + 6960ddd commit 32d431c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions shiftleft.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
build_rules:
- id: Allow no critical findings
severities:
- critical
- id: Allow one OSS or container finding
finding_types:
- oss_vuln
- container
threshold: 1
- id: Allow no reachable OSS vulnerability
finding_types:
- oss_vuln
options:
reachable: true

0 comments on commit 32d431c

Please sign in to comment.