Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/dependency-scan-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ show-openssf-scorecard: true
license-check: true
vulnerability-check: true
comment-summary-in-pr: always
fail-on-scopes: runtime

# Add packages here if they fail the check and are ONLY used in development or in CI etc.
# DO NOT ADD PACKAGES THAT ARE PACKAGED WITH THE BUILD
allow-dependencies-licenses:
# Only used in CI
- pkg:githubactions/trufflesecurity/trufflehog

# List of explicitly allowed licenses for EUPL 1.2 Inbound Compatibility
# (Allows importing these libraries into a EUPL 1.2 project)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shared-dependency-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: Dependency Review
uses: actions/dependency-review-action@v4
with:
config-file: HSLdevcom/jore4-tools/.github/dependency-scan-config.yaml@shared-dependency-licenses-v1
config-file: HSLdevcom/jore4-tools/.github/dependency-scan-config.yaml@main