From 0844bada018584afa2556241cdfcbbf257352d71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Svantesson?= Date: Fri, 5 Apr 2024 15:30:30 +0200 Subject: [PATCH] fix: signing by goreleaser MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cosign needs to be upgraded according to https://blog.sigstore.dev/tuf-root-update/ Signed-off-by: MÃ¥rten Svantesson --- .github/workflows/jenkins-x-release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/jenkins-x-release.yaml b/.github/workflows/jenkins-x-release.yaml index c1dd77e74b..53067f7a2b 100644 --- a/.github/workflows/jenkins-x-release.yaml +++ b/.github/workflows/jenkins-x-release.yaml @@ -59,6 +59,8 @@ jobs: uses: anchore/sbom-action/download-syft@v0.13.3 - name: cosign-installer uses: sigstore/cosign-installer@v2.8.1 + with: + cosign-release: 'v2.2.3' - name: Build and push jx-boot uses: docker/build-push-action@v4 id: push-jx-boot