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

Add signatures for keyless signing #1361

Merged
merged 1 commit into from
Apr 30, 2022
Merged

Add signatures for keyless signing #1361

merged 1 commit into from
Apr 30, 2022

Conversation

wata727
Copy link
Member

@wata727 wata727 commented Apr 23, 2022

See #1351

This PR adds the signatures for keyless signing when releasing a new version. GoReleaser has published an example of signging by cosign, which is used as a reference.
https://goreleaser.com/customization/sign/#with-cosign

In order to use GitHub Actions as an OIDC provider, the id-token permission is given. This will result in signing without manual authentication.

As far as I researched, cosign's keyless signing is an experimental feature, so added a warning to the README. For example, the following problems can be considered:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant