Closed felickz closed 7 months ago
✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.
⚠️: No snapshots were found for the head SHA 0e8a182d6d430d9cdd2d0697bf75359e6ae14bac.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.
Package | Version | Score | Details |
---|---|---|---|
actions/advanced-security/reusable-workflows/.github/workflows/dependency-review.yml | main | Unknown | Unknown |
This pull request introduces a new GitHub Action,
Dependency Review
, to the.github/workflows/dependency-review.yml
file. This action will scan dependency manifest files that change as part of a pull request, identifying any known-vulnerable versions of the packages declared or updated in the PR. This action is sourced from the repositoryhttps://github.com/actions/dependency-review-action
and is intended to enhance the security of the software supply chain. If marked as required, this workflow will prevent the merging of PRs introducing known-vulnerable packages.