Skip to content

Commit 4901637

Browse files
committed
Add couple UI packages to license check ignore list
1 parent 51be388 commit 4901637

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/dependency-scan-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
1012
allow-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)

0 commit comments

Comments
 (0)