-
Notifications
You must be signed in to change notification settings - Fork 505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow the dependency-review action to access api.deps.dev #3642
Conversation
Signed-off-by: Marko Mudrinić <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
good thinking!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: saschagrunert, Verolop, xmudrii The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
It seems like the
dependency-review
action usesapi.deps.dev
to analyze vulnerabilities in packages: https://github.com/actions/dependency-review-action/blob/df5d74f5d3fc9748a904ea2f1dc6bdddea6439d6/src/scorecard.ts#L71Given that we only allow specific URLs, it could be that the action can't reach this URL and instead fails with
fetch failed
.Which issue(s) this PR fixes:
xref actions/dependency-review-action#736 and #3641
Does this PR introduce a user-facing change?
/assign @saschagrunert @cpanato @Verolop
cc @kubernetes/release-engineering