Skip to content

Commit

Permalink
Bump cosign to v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Jun 24, 2022
1 parent 49c89ee commit 752766b
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 @@ -81,7 +81,7 @@ jobs:
- name: Install cosign
uses: sigstore/[email protected]
with:
cosign-release: 'v1.8.0'
cosign-release: 'v1.9.0'

- name: Install Syft
uses: anchore/sbom-action/[email protected]
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
- name: Install cosign
uses: sigstore/[email protected]
with:
cosign-release: 'v1.8.0'
cosign-release: 'v1.9.0'

- name: Install Syft
uses: anchore/sbom-action/[email protected]
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
- name: Install cosign
uses: sigstore/[email protected]
with:
cosign-release: v1.7.1'
cosign-release: 'v1.9.0'

- name: Sign provenance
run: |
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
- name: Install cosign
uses: sigstore/[email protected]
with:
cosign-release: 'v1.8.0'
cosign-release: 'v1.9.0'

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

0 comments on commit 752766b

Please sign in to comment.