Skip to content

Commit

Permalink
Merge pull request #94 from uselagoon/allow-sql-dep
Browse files Browse the repository at this point in the history
chore: allow mysql driver dependency
  • Loading branch information
smlx authored Mar 13, 2024
2 parents 25932b8 + 316d8b1 commit c133801
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/dependency-review-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ allow-licenses:
- 'X11'
- 'Zlib'

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

0 comments on commit c133801

Please sign in to comment.