mirror of
https://github.com/fosrl/newt.git
synced 2026-07-15 21:16:40 -05:00
[PR #360] [MERGED] Upgrade cosign installer to v4.1.2 and pin cosign version #5388
Reference in New Issue
Block a user
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?
📋 Pull Request Information
Original PR: https://github.com/fosrl/newt/pull/360
Author: @marcschaeferger
Created: 5/16/2026
Status: ✅ Merged
Merged: 5/16/2026
Merged by: @oschwartz10612
Base:
main← Head:github-action-cosign📝 Commits (1)
8736f89fix(security): update cosign to v3.0.6 and installer to 4.1.2📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
.github/workflows/cicd.yml(+2 -2)📄 Description
Description
Updates the Cosign installer workflow usage and explicitly pins the installed Cosign binary to
v3.0.6.Why
Cosign versions below
3.0.6are affected by CVE-2026-39395. While this workflow was not explicitly pinned to an older vulnerable Cosign binary, the installed Cosign version was implicit and therefore less deterministic.Changes
sigstore/cosign-installertov4.1.2https://github.com/sigstore/cosign-installer/releases/tag/v4.1.2cosign-release: v3.0.6References
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.