Skip to content

Commit 85c315a

Browse files
committed
chore: update cosign
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
1 parent c6a5601 commit 85c315a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ jobs:
9292

9393

9494
- name: Install cosign
95-
uses: sigstore/cosign-installer@main
95+
uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4
9696
with:
97-
cosign-release: 'v1.13.0'
97+
cosign-release: 'v2.6.0'
9898

9999
- name: Sign release image
100100
run: |
101-
cosign sign --key env://COSIGN_PRIVATE_KEY ghcr.io/open-feature/open-feature-operator:${{ needs.release-please.outputs.release_tag_name }}
101+
cosign sign --yes --key env://COSIGN_PRIVATE_KEY ghcr.io/open-feature/open-feature-operator:${{ needs.release-please.outputs.release_tag_name }}
102102
# Displays the public key to share.
103103
cosign public-key --key env://COSIGN_PRIVATE_KEY > ./cosign.pub
104104
env:

0 commit comments

Comments
 (0)