File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,9 +7,16 @@ fail-on-scopes: runtime
77
88# Add packages here if they fail the check and are ONLY used in development or in CI etc.
99# DO NOT ADD PACKAGES THAT ARE PACKAGED WITH THE BUILD
10+ # OR IF THIS ACTION IS BROKEN AND IS REPORTING WRONG LICENSE FOR A PACKAGE!!!
11+ # OR IF SOME SPECIAL CASE IS NEEDED FOR SOME OTHER REASON.
1012allow-dependencies-licenses :
1113 # Only used in CI
1214 - pkg:githubactions/trufflesecurity/trufflehog
15+ # Uses and has always used MIT license, but this action thinks it is GPL-3
16+ - pkg:npm/knex
17+ # Complex licensing. Project contains fragments of code from multiple other projects and sources.
18+ # So parts of the code are under several different OSS licenses.
19+ - pkg:npm/mapbox-gl
1320
1421# List of explicitly allowed licenses for EUPL 1.2 Inbound Compatibility
1522# (Allows importing these libraries into a EUPL 1.2 project)
You can’t perform that action at this time.
0 commit comments