File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7070 labels : ${{ steps.meta.outputs.labels }}
7171 - name : Install cosign
7272 if : github.ref == 'refs/heads/main'
73- uses : sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10 .0
73+ uses : sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0 .0
7474 - name : Sign the Docker image
7575 if : github.ref == 'refs/heads/main'
7676 working-directory : ${{ env.IMAGE }}
Original file line number Diff line number Diff line change 6464 tags : ${{ steps.meta.outputs.tags }}
6565 labels : ${{ steps.meta.outputs.labels }}
6666 - name : Install cosign
67- uses : sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10 .0
67+ uses : sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0 .0
6868 - name : Sign the Docker image
6969 working-directory : ${{ env.IMAGE }}
7070 env :
Original file line number Diff line number Diff line change 4040 IFS=$'\n\t'
4141 docker buildx imagetools inspect "${GITHUB_REPOSITORY_OWNER}/${IMAGE}:${{ matrix.tag }}" --format "{{ json (index .SBOM \"${{ matrix.platform }}\").SPDX }}"
4242 - name : Install cosign
43- uses : sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10 .0
43+ uses : sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0 .0
4444 - name : Verify the ${{ matrix.tag }} image signature
4545 shell : bash
4646 run : |
You can’t perform that action at this time.
0 commit comments