Skip to content

Commit 2cceaf2

Browse files
author
Joonas Hiltunen
committed
Add allow dependencies license
1 parent 8bafd85 commit 2cceaf2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/dependency-scan-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ show-openssf-scorecard: true
33
license-check: true
44
vulnerability-check: true
55
comment-summary-in-pr: always
6+
fail-on-scopes: runtime
7+
8+
# Add packages here if they fail the check and are ONLY used in development or in CI etc.
9+
# DO NOT ADD PACKAGES THAT ARE PACKAGED WITH THE BUILD
10+
allow-dependencies-licenses:
11+
# Only used in CI
12+
- trufflesecurity/trufflehog
613

714
# List of explicitly allowed licenses for EUPL 1.2 Inbound Compatibility
815
# (Allows importing these libraries into a EUPL 1.2 project)

.github/workflows/shared-dependency-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- name: Dependency Review
1818
uses: actions/dependency-review-action@v4
1919
with:
20-
config-file: HSLdevcom/jore4-tools/.github/dependency-scan-config.yaml@shared-dependency-licenses-v1
20+
config-file: HSLdevcom/jore4-tools/.github/dependency-scan-config.yaml@main

0 commit comments

Comments
 (0)