mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 11:35:51 +00:00
Update cosign version to v2.4.0 in release github workflow (#1207)
Change-Id: I78b4ad65597f6c10d9cc3113864fd73a25101b25 Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
This commit is contained in:
parent
eaedce9a8b
commit
b278b40c52
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Install Cosign
|
||||
uses: sigstore/cosign-installer@v3
|
||||
with:
|
||||
cosign-release: 'v2.2.4'
|
||||
cosign-release: 'v2.4.0'
|
||||
- name: Store Cosign private key in a file
|
||||
run: 'echo "$COSIGN_KEY" > /tmp/cosign.key'
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue