Skip to content

Commit

Permalink
Bump cosign to v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Apr 11, 2022
1 parent 781e803 commit 42a888f
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/cosign-installer@v2.2.0
with:
cosign-release: 'v1.6.0'
cosign-release: 'v1.7.1'

- name: Install Syft
uses: anchore/sbom-action/download-syft@v0.8.0
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
- name: Install cosign
uses: sigstore/cosign-installer@v2.2.0
with:
cosign-release: v1.6.0'
cosign-release: v1.7.1'

- name: Install Syft
uses: anchore/sbom-action/download-syft@v0.8.0
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
- name: Install cosign
uses: sigstore/cosign-installer@v2.2.0
with:
cosign-release: v1.6.0'
cosign-release: v1.7.1'

- name: Sign provenance
run: |
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
- name: Install cosign
uses: sigstore/cosign-installer@v2.2.0
with:
cosign-release: v1.6.0'
cosign-release: v1.7.1'

- name: Generate provenance for ${{ matrix.repo }}
uses: philips-labs/slsa-provenance-action@v0.7.2
Expand Down

0 comments on commit 42a888f

Please sign in to comment.