-
Notifications
You must be signed in to change notification settings - Fork 22
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
Fix failing dependency-review-action
jobs
#3152
Conversation
QA Summary
Test CoverageCoverage report for `packages/client`
Coverage report for `packages/server`
|
Terraform Summary
Hint: If "Terraform Format & Style" failed, run OutputValidation Output
Plan Summary
Pusher: @TylerHendrickson, Action: |
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.
I had a bit of trouble finding where they were using api.securityscorecards.dev
in the changelog but finally found it here: https://github.com/actions/dependency-review-action/blob/df5d74f5d3fc9748a904ea2f1dc6bdddea6439d6/src/scorecard.ts#L52
Looks good, thanks @TylerHendrickson !
Relates to PR #3135
Description
This PR fixes an issue introduced by the recent
actions/dependency-review-action
upgrade to v4.3.3 in #3135. New API endpoints are now being called by this action, and those domains were missing from ourdependency-review
job's egress policy. This PR adds the following allowed endpoints:api.deps.dev:443
api.securityscorecards.dev:443
See also actions/dependency-review-action#736.