Skip to content

Commit 95f5d7c

Browse files
authored
Merge pull request #261 from smlx/update-licence-allowlist
chore: update dependency-review allowlist
2 parents f05e87e + d71dd90 commit 95f5d7c

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

.github/dependency-review-config.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,27 @@
1-
# https://github.com/cncf/foundation/blob/main/allowed-third-party-license-policy.md
1+
# https://github.com/cncf/foundation/blob/main/policies-guidance/allowed-third-party-license-policy.md
22
allow-licenses:
3+
# default allowed
34
- 'Apache-2.0'
5+
# explicit CNCF allowlist
6+
- '0BSD'
47
- 'BSD-2-Clause'
58
- 'BSD-2-Clause-FreeBSD'
69
- 'BSD-3-Clause'
710
- 'ISC'
811
- 'MIT'
12+
- 'MIT-0'
13+
- 'OpenSSL'
14+
- 'OpenSSL-standalone'
15+
- 'PSF-2.0'
916
- 'PostgreSQL'
1017
- 'Python-2.0'
18+
- 'Python-2.0.1'
19+
- 'SSLeay-standalone'
20+
- 'UPL-1.0'
1121
- 'X11'
1222
- 'Zlib'
23+
# Google's patent licence for Go
24+
- 'LicenseRef-scancode-google-patent-license-golang'
1325

1426
allow-dependencies-licenses:
1527
# this action is GPL-3 but it is only used in CI

0 commit comments

Comments
 (0)