Skip to content

Commit

Permalink
Bump cosign to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen authored Nov 13, 2023
1 parent 2bd36f8 commit 3e9228b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Install cosign
uses: sigstore/[email protected]
with:
cosign-release: 'v2.2.0'
cosign-release: 'v2.2.1'

- name: Install Syft
uses: anchore/sbom-action/[email protected]
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Install cosign
uses: sigstore/[email protected]
with:
cosign-release: 'v2.2.0'
cosign-release: 'v2.2.1'

- name: Install Syft
uses: anchore/sbom-action/[email protected]
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
- name: Install cosign
uses: sigstore/[email protected]
with:
cosign-release: 'v2.2.0'
cosign-release: 'v2.2.1'

- name: Sign provenance
run: |
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
- name: Install cosign
uses: sigstore/[email protected]
with:
cosign-release: 'v2.2.0'
cosign-release: 'v2.2.1'

- name: Generate provenance for ${REPO}
uses: philips-labs/[email protected]
Expand Down

0 comments on commit 3e9228b

Please sign in to comment.