Skip to content

Commit

Permalink
chore(deps): update sigstore/cosign-installer action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 24, 2023
1 parent dd7583c commit a46d25f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- uses: sigstore/cosign-installer@v2.8.1
- uses: sigstore/cosign-installer@v3.1.0
- name: Sign the images
run: |
cosign sign \
${{needs.build.outputs.repository}}@${{needs.build.outputs.digest}}
env:
COSIGN_EXPERIMENTAL: 1

- uses: sigstore/cosign-installer@v2.8.1
- uses: sigstore/cosign-installer@v3.1.0
- name: Sign the SBOM
run: |
tag=$(echo '${{needs.build.outputs.digest}}' | sed 's/:/-/g')
Expand Down

0 comments on commit a46d25f

Please sign in to comment.