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 0d09c17 commit a7ded05Copy full SHA for a7ded05
shiftleft.yml
@@ -31,15 +31,6 @@ 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