Skip to content

Commit 54fc033

Browse files
committed
chore: update dep rev config
1 parent d4cf575 commit 54fc033

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/dependency-review-config.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
fail_on_severity: 'critical'
2+
13
# https://github.com/cncf/foundation/blob/main/allowed-third-party-license-policy.md
24
allow-licenses:
35
- 'Apache-2.0'
@@ -14,7 +16,15 @@ allow-licenses:
1416
allow-dependencies-licenses:
1517
# this action is GPL-3 but it is only used in CI
1618
# https://github.com/actions/dependency-review-action/issues/530#issuecomment-1638291806
17-
- pkg:githubactions/vladopajic/go-test-coverage@bcd064e5ceef1ccec5441519eb054263b6a44787
19+
- pkg:githubactions/vladopajic/go-test-coverage
1820
# 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
21+
# https://github.com/cncf/foundation/blob/main/license-exceptions/cncf-exceptions-2022-04-12.json
2022
- pkg:golang/github.com/go-sql-driver/mysql
23+
# this package is MPL-2.0 and has a CNCF exception
24+
# https://github.com/cncf/foundation/blob/main/license-exceptions/cncf-exceptions-2022-04-12.json
25+
- pkg:golang/github.com/hashicorp/go-version
26+
# this package is MPL-2.0 and has a CNCF exception
27+
# https://github.com/cncf/foundation/blob/main/license-exceptions/cncf-exceptions-2022-04-12.json
28+
- pkg:golang/github.com/hashicorp/golang-lru
29+
# this package is CC0-1.0 and is only used in test asserts
30+
- pkg:golang/github.com/zeebo/assert

0 commit comments

Comments
 (0)