1
0
mirror of https://github.com/securego/gosec.git synced 2025-07-15 01:04:43 +02:00

Update cosign to v2.4.2

Change-Id: I5346ca655388a5c33463ccecc72657b539c83d76
Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
This commit is contained in:
Cosmin Cojocar
2025-02-13 09:19:01 +00:00
parent 77238291df
commit 0fbdbe32c4

View File

@ -21,7 +21,7 @@ jobs:
- name: Install Cosign
uses: sigstore/cosign-installer@v3
with:
cosign-release: 'v2.4.1'
cosign-release: 'v2.4.2'
- name: Store Cosign private key in a file
run: 'echo "$COSIGN_KEY" > /tmp/cosign.key'
shell: bash