We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbbffb1 + 7c55bd7 commit 74460d3Copy full SHA for 74460d3
1 file changed
.github/dependency-review-config.yaml
@@ -11,7 +11,10 @@ allow-licenses:
11
- 'X11'
12
- 'Zlib'
13
14
+allow-dependencies-licenses:
15
# this action is GPL-3 but it is only used in CI
16
# https://github.com/actions/dependency-review-action/issues/530#issuecomment-1638291806
-allow-dependencies-licenses: >
17
- pkg:githubactions/vladopajic/go-test-coverage@bcd064e5ceef1ccec5441519eb054263b6a44787
+- 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