Skip to content

Commit 7c55bd7

Browse files
committed
chore: allow common MPL-2.0 licencsed dependency
1 parent dbbffb1 commit 7c55bd7

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/dependency-review-config.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ allow-licenses:
1111
- 'X11'
1212
- 'Zlib'
1313

14+
allow-dependencies-licenses:
1415
# this action is GPL-3 but it is only used in CI
1516
# https://github.com/actions/dependency-review-action/issues/530#issuecomment-1638291806
16-
allow-dependencies-licenses: >
17-
pkg:githubactions/vladopajic/go-test-coverage@bcd064e5ceef1ccec5441519eb054263b6a44787
17+
- pkg:githubactions/vladopajic/go-test-coverage@bcd064e5ceef1ccec5441519eb054263b6a44787
18+
# this package is MPL-2.0 and has a CNCF exception
19+
# https://github.com/cncf/foundation/blob/9b8c9173c2101c1b4aedad3caf2c0128715133f6/license-exceptions/cncf-exceptions-2022-04-12.json#L43C17-L43C47
20+
- pkg:golang/github.com/go-sql-driver/mysql

0 commit comments

Comments
 (0)