diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index a6076878..cefe8752 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -17,4 +17,5 @@ jobs: comment-summary-in-pr: always fail-on-severity: high allow-licenses: MIT, Apache-2.0, BSD-3-Clause, ISC, BSD-2-Clause, Unlicense, CC0-1.0, 0BSD, X11, MPL-2.0, MPL-1.0, MPL-1.1, MPL-2.0 - fail-on-scopes: development, runtime \ No newline at end of file + fail-on-scopes: development, runtime + allow-dependencies-licenses: 'pkg:npm/caniuse-lite' \ No newline at end of file