We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c8688 commit 0d09c17Copy full SHA for 0d09c17
shiftleft.yml
@@ -31,6 +31,15 @@ build_rules:
31
threshold: 0
32
options:
33
num_findings: 10 # Return 10 container findings
34
+ - id: "Allow no license violations"
35
+ finding types:
36
+ - license
37
+ licenses:
38
+ - allow:
39
+ - Apache-2.0, Public-Domain, Unknown
40
+ - block:
41
+ - MIT
42
+ threshold: 0
43
# The above rule is perhaps the most common in that it
44
# is designed to be used with Pull Request and to block
45
# new vulns from being introduced that aren't already on
0 commit comments