Skip to content

Commit

Permalink
Merge pull request finos#521 from finos/520-address-caniuse-lite-cc-b…
Browse files Browse the repository at this point in the history
…y-40-license-incompatibility

Add `caniuse-lite` to `allow-dependencies-licenses` for Dependency Review
  • Loading branch information
JamieSlome authored Apr 9, 2024
2 parents 629fa05 + 664bd13 commit 72f8c40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
fail-on-scopes: development, runtime
allow-dependencies-licenses: 'pkg:npm/caniuse-lite'

0 comments on commit 72f8c40

Please sign in to comment.