Skip to content

ci: sign release checksums with Sigstore/cosign (#21)#28

Merged
peg merged 2 commits intomainfrom
fix/issue-21-sigstore
Mar 18, 2026
Merged

ci: sign release checksums with Sigstore/cosign (#21)#28
peg merged 2 commits intomainfrom
fix/issue-21-sigstore

Conversation

@peg
Copy link
Copy Markdown
Owner

@peg peg commented Mar 18, 2026

Fixes #21.

Added keyless Sigstore signing to the release workflow:

  • Installs sigstore/cosign-installer@v3
  • Signs checksums.txt after build: cosign sign-blob --yes
  • Uploads checksums.txt.bundle as a release asset

Updated README with a "Verifying releases" section:

cosign verify-blob --bundle checksums.txt.bundle checksums.txt

clap [bot] and others added 2 commits March 18, 2026 16:33
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@peg peg merged commit 53c7e13 into main Mar 18, 2026
1 check passed
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.

feat: sign release checksums with Sigstore/cosign

1 participant