Skip to content
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

Closed
jhatler opened this issue May 29, 2024 · 0 comments · Fixed by #127 or #68
Closed

Container images should be signed. #126

jhatler opened this issue May 29, 2024 · 0 comments · Fixed by #127 or #68
Labels
(dev)containers Everything container related enhancement New feature or request

Comments

@jhatler
Copy link
Owner

jhatler commented May 29, 2024

An example on how to do this is here: https://github.com/actions/starter-workflows/blob/main/ci/docker-publish.yml

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>
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>
@jhatler jhatler added (dev)containers Everything container related enhancement New feature or request labels May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
(dev)containers Everything container related enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant