File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ show-openssf-scorecard: true
33license-check : true
44vulnerability-check : true
55comment-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)
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments