Release signs the linux artifacts: keyless Cosign image + tarball provenance - #2082
Merged
Conversation
…arball provenance Ports the nightly's proven steps (verified from a client 2026-08-06: cosign validated claims, Rekor entry, and workflow identity; gh attestation verify confirmed SLSA v1 provenance on the tarball) into the release arm with versioned tags. SignPath stays the Windows Authenticode signer; its cosign/GPG elements are edition-gated, and the Sigstore path needs no keys or subscription. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Reviewed the diff ( Findings: none blocking. Went through the release-arm additions against their nightly.yml counterpart line by line:
Minor, non-blocking observation: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ports the nightly's signing steps — proven end-to-end today — into the release arm:
:nightlyimage signature verified from a client: cosign validated the claims, the Rekor transparency-log entry, and the workflow identity (nightly.yml@refs/heads/dev).gh attestation verify(exit 0, digest match, same workflow identity).Release arm gets identical steps with versioned tags (
:<version>digest signed; tarball attested), gatedif: github.event_name == 'release'so PR/push behavior is unchanged. Job permissions addid-token: write+attestations: write. CHANGELOG's Linux-integrity paragraph updated with both verify commands.Context: SignPath's
cosign-signandcreate-gpg-signatureare edition-gated on the FOSS subscription (probed in the artifact-configuration editor today) — SignPath remains the Windows Authenticode signer, Sigstore covers Linux with no subscription or key management.🤖 Generated with Claude Code