We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f05e87e + d71dd90 commit 95f5d7cCopy full SHA for 95f5d7c
1 file changed
.github/dependency-review-config.yaml
@@ -1,15 +1,27 @@
1
-# https://github.com/cncf/foundation/blob/main/allowed-third-party-license-policy.md
+# https://github.com/cncf/foundation/blob/main/policies-guidance/allowed-third-party-license-policy.md
2
allow-licenses:
3
+# default allowed
4
- 'Apache-2.0'
5
+# explicit CNCF allowlist
6
+- '0BSD'
7
- 'BSD-2-Clause'
8
- 'BSD-2-Clause-FreeBSD'
9
- 'BSD-3-Clause'
10
- 'ISC'
11
- 'MIT'
12
+- 'MIT-0'
13
+- 'OpenSSL'
14
+- 'OpenSSL-standalone'
15
+- 'PSF-2.0'
16
- 'PostgreSQL'
17
- 'Python-2.0'
18
+- 'Python-2.0.1'
19
+- 'SSLeay-standalone'
20
+- 'UPL-1.0'
21
- 'X11'
22
- 'Zlib'
23
+# Google's patent licence for Go
24
+- 'LicenseRef-scancode-google-patent-license-golang'
25
26
allow-dependencies-licenses:
27
# this action is GPL-3 but it is only used in CI
0 commit comments