Optional cosign/sigstore signature verification (verify-signature input) #4
Labels
No labels
blocked:upstream
ci
docs
enhancement
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
rasterstate/sccache-action#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
SHA-256 verification (shipped in v1.1.0) defends against a tampered asset on the CDN/transport, but not against a compromise of the Mozilla release flow that re-signs both tarball and sidecar. Cosign/sigstore verification would close that gap.
Blocked: as of sccache v0.15.0, Mozilla does not publish cosign signatures for the release assets. If/when upstream starts signing, add an opt-in
verify-signatureinput (default off untilcosignis reliably present on target runners).Tracked in SECURITY.md under "What is not done yet".