Skip to content

Commit 791724c

Browse files
matheuscscpanshuman-singh-c
authored andcommitted
Pin cosign to v2.6.1
xref: fluxcd/source-controller#1923 Signed-off-by: Matheus Pimenta <[email protected]> Signed-off-by: Anshuman Singh C <[email protected]>
1 parent dfe7cbe commit 791724c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
uses: anchore/sbom-action/download-syft@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # v0.20.6
3838
- name: Setup Cosign
3939
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
40+
with:
41+
cosign-release: v2.6.1 # TODO: remove after Flux 2.8 with support for cosign v3
4042
- name: Setup Kustomize
4143
uses: fluxcd/pkg/actions/kustomize@bf02f0a2d612cc07e0892166369fa8f63246aabb # main
4244
- name: Login to GitHub Container Registry
@@ -147,6 +149,8 @@ jobs:
147149
--source=${{ github.repositoryUrl }} \
148150
--revision="${{ github.ref_name }}@sha1:${{ github.sha }}"
149151
- uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
152+
with:
153+
cosign-release: v2.6.1 # TODO: remove after Flux 2.8 with support for cosign v3
150154
- name: Sign manifests
151155
env:
152156
COSIGN_EXPERIMENTAL: 1

0 commit comments

Comments
 (0)