-
Notifications
You must be signed in to change notification settings - Fork 171
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
Pin dependencies in github action workflows and Dockerfile #595
Conversation
Signed-off-by: Bob Callaway <[email protected]>
Signed-off-by: Bob Callaway <[email protected]>
Signed-off-by: Bob Callaway <[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.
Does dependabot automatically pick up github actions workflow or do we need a dependabot config?
we already have the config for that https://github.com/sigstore/rekor/blob/main/.github/dependabot.yml#L27 but I'm not sure if dependabot will work for this approach or it only work for "tags" |
Apparently they've been supporting this (update on digest, not just tag) for over a year - see https://github.com/google/go-github/pull/2049/files for an example |
@cpanato Only thing to be aware of is that the |
that is ok, we can do that :) |
Addressing https://github.com/ossf/scorecard/blob/main/docs/checks.md#pinned-dependencies
data from running:
scorecard --show-details --repo=https://github.com/sigstore/rekor/ --checks Pinned-Dependencies --format json
:Signed-off-by: Bob Callaway [email protected]
Summary
Ticket Link
Fixes
Release Note