mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 11:35:51 +00:00
Update cosign version to v2.2.0
This commit is contained in:
parent
0ec6cd95d7
commit
6b12a71071
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.1.1'
|
||||
cosign-release: 'v2.2.0'
|
||||
- name: Store Cosign private key in a file
|
||||
run: 'echo "$COSIGN_KEY" > /tmp/cosign.key'
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue