-
Notifications
You must be signed in to change notification settings - Fork 4
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
Container images should be signed. #126
Labels
Comments
jhatler
added a commit
that referenced
this issue
May 29, 2024
This adds container signing based on the GitHub Actions OpenID token, cosign, and Rekor. The signing is taken care of in the actions, and the workflows simply pass in a flag to enable it. Fixes #126 Signed-off-by: Jaremy Hatler <hatler.jaremy@gmail.com>
jhatler
added a commit
that referenced
this issue
May 29, 2024
This adds container signing based on the GitHub Actions OpenID token, cosign, and Rekor. The signing is taken care of in the actions, and the workflows simply pass in a flag to enable it. Fixes: #126 Signed-off-by: Jaremy Hatler <hatler.jaremy@gmail.com>
Merged
jhatler
added a commit
that referenced
this issue
May 30, 2024
This adds container signing based on the GitHub Actions OpenID token, cosign, and Rekor. The signing is taken care of in the actions, and the workflows simply pass in a flag to enable it. Fixes: #126 Signed-off-by: Jaremy Hatler <hatler.jaremy@gmail.com>
jhatler
added a commit
that referenced
this issue
May 30, 2024
This adds container signing based on the GitHub Actions OpenID token, cosign, and Rekor. The signing is taken care of in the actions, and the workflows simply pass in a flag to enable it. Fixes: #126 Signed-off-by: Jaremy Hatler <hatler.jaremy@gmail.com>
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
An example on how to do this is here: https://github.com/actions/starter-workflows/blob/main/ci/docker-publish.yml
The text was updated successfully, but these errors were encountered: