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 55
55
labels : ${{ steps.meta.outputs.labels }}
56
56
- name : Install cosign
57
57
if : github.ref == 'refs/heads/main'
58
- uses : sigstore/cosign-installer@fb28c2b6339dcd94da6e4cbcbc5e888961f6f8c3 # v3.9.0
58
+ uses : sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1
59
59
- name : Sign the Docker image
60
60
if : github.ref == 'refs/heads/main'
61
61
working-directory : ${{ env.IMAGE }}
Original file line number Diff line number Diff line change 49
49
tags : ${{ steps.meta.outputs.tags }}
50
50
labels : ${{ steps.meta.outputs.labels }}
51
51
- name : Install cosign
52
- uses : sigstore/cosign-installer@fb28c2b6339dcd94da6e4cbcbc5e888961f6f8c3 # v3.9.0
52
+ uses : sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1
53
53
- name : Sign the Docker image
54
54
working-directory : ${{ env.IMAGE }}
55
55
env :
Original file line number Diff line number Diff line change 29
29
shell : bash
30
30
run : docker buildx imagetools inspect "${GITHUB_REPOSITORY_OWNER}/${IMAGE}:${{ matrix.tag }}" --format "{{ json (index .SBOM \"${{ matrix.platform }}\").SPDX }}"
31
31
- name : Install cosign
32
- uses : sigstore/cosign-installer@fb28c2b6339dcd94da6e4cbcbc5e888961f6f8c3 # v3.9.0
32
+ uses : sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1
33
33
- name : Verify the ${{ matrix.tag }} image signature
34
34
shell : bash
35
35
run : |
You can’t perform that action at this time.
0 commit comments