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

release: attest tarball provenance #146

Merged
merged 2 commits into from
May 16, 2024
Merged

release: attest tarball provenance #146

merged 2 commits into from
May 16, 2024

Conversation

thepwagner
Copy link
Contributor

@thepwagner thepwagner commented May 16, 2024

This is what I came up with https://github.com/thepwagner-org/actions/blob/main/.github/workflows/golang-release-attest.yaml

Since GitHub packages the attestation tool as an actions step, it can't run as a post-build hook in goreleaser like cosign ... could.

Luckily GoReleaser leaves the artifacts it generates sitting around in dist/, so we can just sign them after the release action has completed!

Related

@thepwagner thepwagner requested a review from burke as a code owner May 16, 2024 11:45
@thepwagner thepwagner merged commit 3b5a6c1 into main May 16, 2024
2 checks passed
@thepwagner thepwagner deleted the thepwagner-patch-1 branch May 16, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Please sign packages or provide other means to verify binary integrity
2 participants