-
Notifications
You must be signed in to change notification settings - Fork 38
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
Verify container image signatures using cosign #308
Comments
Production images are now signed with cosign and can be verified
|
1 task
OpenTelemetry containers are also signed with cosign:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once dependabot/dependabot-core#9546 is completed for production images, we should verify the container image signatures.
This can be done with
cosign
. See sigstore's documentation on signature verification for information1, though we may be able to use cosign as a go library directly, instead of using the CLI.Footnotes
https://docs.sigstore.dev/verifying/verify/ ↩
The text was updated successfully, but these errors were encountered: