File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 labels : ${{ steps.meta.outputs.labels }}
5656 - name : Install cosign
5757 if : github.ref == 'refs/heads/main'
58- uses : sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1
58+ uses : sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
5959 - name : Sign the Docker image
6060 if : github.ref == 'refs/heads/main'
6161 working-directory : ${{ env.IMAGE }}
Original file line number Diff line number Diff line change 4949 tags : ${{ steps.meta.outputs.tags }}
5050 labels : ${{ steps.meta.outputs.labels }}
5151 - name : Install cosign
52- uses : sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1
52+ uses : sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
5353 - name : Sign the Docker image
5454 working-directory : ${{ env.IMAGE }}
5555 env :
Original file line number Diff line number Diff line change 2929 shell : bash
3030 run : docker buildx imagetools inspect "${GITHUB_REPOSITORY_OWNER}/${IMAGE}:${{ matrix.tag }}" --format "{{ json (index .SBOM \"${{ matrix.platform }}\").SPDX }}"
3131 - name : Install cosign
32- uses : sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1
32+ uses : sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
3333 - name : Verify the ${{ matrix.tag }} image signature
3434 shell : bash
3535 run : |
You can’t perform that action at this time.
0 commit comments