Skip to content

Commit

Permalink
adding Qwiet preZero Static Analysis action workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiftLeft committed May 15, 2024
1 parent 5df1f40 commit 548feae
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 548feae

Please sign in to comment.