fix(security): update cosign to v3.0.6 and installer to 4.1.2

Updated cosign installer to version 4.1.2 and specified cosign release version 3.0.6.
This commit is contained in:
Marc Schäfer
2026-05-16 16:34:40 +02:00
committed by GitHub
parent 77b386ecac
commit 8683a62b4b

View File

@@ -107,8 +107,9 @@ jobs:
shell: bash
- name: Install cosign
# cosign is used to sign and verify container images (key and keyless)
uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
with:
cosign-release: v3.0.6
- name: Dual-sign and verify (GHCR & Docker Hub)
# Sign each image by digest using keyless (OIDC) and key-based signing,