From f3b392bac368b4d4b4495bf70712542ec5ea8f8d Mon Sep 17 00:00:00 2001 From: Spencer Schrock Date: Fri, 12 Apr 2024 15:22:13 -0700 Subject: [PATCH] bump version Signed-off-by: Spencer Schrock --- .github/workflows/publishimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publishimage.yml b/.github/workflows/publishimage.yml index ea0643b74516..3204224c414e 100644 --- a/.github/workflows/publishimage.yml +++ b/.github/workflows/publishimage.yml @@ -64,4 +64,4 @@ jobs: uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 - name: Sign image run: | - cosign sign --yes ghcr.io/${{github.repository_owner}}/scorecard/v4:${{ github.sha }} + cosign sign --yes ghcr.io/${{github.repository_owner}}/scorecard/v5:${{ github.sha }}