Skip to content

Commit 7dd9b1b

Browse files
authored
fix(github-actions): add CC-BY-3.0 as a permissible license (#2403)
Add `CC-BY-3.0` as a license we allow to be used in our dependencies
1 parent 4fac02b commit 7dd9b1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

github-actions/linting/licenses/dependency-review-config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ allow_licenses:
66
- 'BlueOak-1.0.0'
77
- 'BSD-2-Clause'
88
- 'BSD-3-Clause'
9+
- 'CC-BY-3.0'
910
- 'CC-BY-4.0'
1011
- 'CC0-1.0'
1112
- 'ISC'

0 commit comments

Comments
 (0)