Skip to content

Commit

Permalink
fix: signing by goreleaser
Browse files Browse the repository at this point in the history
cosign needs to be upgraded according to https://blog.sigstore.dev/tuf-root-update/

Signed-off-by: Mårten Svantesson <[email protected]>
  • Loading branch information
msvticket committed Apr 5, 2024
1 parent ef5e66c commit 0844bad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jenkins-x-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
uses: anchore/sbom-action/[email protected]
- name: cosign-installer
uses: sigstore/[email protected]
with:
cosign-release: 'v2.2.3'
- name: Build and push jx-boot
uses: docker/build-push-action@v4
id: push-jx-boot
Expand Down

0 comments on commit 0844bad

Please sign in to comment.