Skip to content

Commit 9b613fc

Browse files
committed
ci: update dependency-review-config
- add `CC0-1.0` as valid licenses - excludes `thingies@1.21.0` which is `MIT and Unlicense`
1 parent 6bf809f commit 9b613fc

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/dependency-review-config.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
vulnerability_check: false
22
allow_licenses:
3-
- '0BSD'
3+
# Regular valid open source licenses supported by Google.
44
- 'Apache-2.0'
55
- 'BlueOak-1.0.0'
66
- 'BSD-2-Clause'
77
- 'BSD-3-Clause'
8-
- 'CC-BY-4.0'
98
- 'ISC'
109
- 'MIT'
1110
- 'Python-2.0'
11+
# Have a full copyright grant. Validated by opensource team.
1212
- 'Unlicense'
13+
- 'CC0-1.0'
14+
- '0BSD'
15+
# All CC-BY licenses have a full copyright grant and attribution section.
16+
- 'CC-BY-3.0'
17+
- 'CC-BY-4.0'
18+
allow-dependencies-licenses:
19+
- 'pkg:npm/thingies@1.21.0' # MIT and Unlicense

0 commit comments

Comments
 (0)