Skip to content

Commit 59a88c5

Browse files
committed
Update chart supply-chain versions
Fix issue in SLSA generation. Also update to latest cosign (unrelated, but I was holding off until I had a chance to understand what, if any, breaking changes might affect us in Cosign v3). Signed-off-by: Eric Searcy <eric@linuxfoundation.org>
1 parent cbbd96f commit 59a88c5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ko-build-tag.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: Publish Tagged Release
99
- v*
1010

1111
env:
12-
COSIGN_VERSION: v2.6.1
12+
COSIGN_VERSION: v3.0.2
1313
HELM_VERSION: 4.0.1
1414

1515
permissions:
@@ -116,8 +116,10 @@ jobs:
116116
actions: read
117117
id-token: write
118118
packages: write
119-
uses: >- # v2.1.0
120-
slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@f7dd8c54c2067bafc12ca7a55595d5ee9b75204a
119+
# Note, this action *cannot* be pinned to a ref: see the project's
120+
# explanation at "Referencing SLSA builders and generators" in their
121+
# README.
122+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.1.0
121123
with:
122124
image: ${{ needs.release-helm-chart.outputs.image_name }}
123125
digest: ${{ needs.release-helm-chart.outputs.digest }}

0 commit comments

Comments
 (0)