File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ jobs:
2828 check-signature :
2929 runs-on : ubuntu-latest
3030 container :
31- image : ghcr.io/sigstore/cosign/cosign:v2.4.3 -dev@sha256:ed76c008e733aa64d257f754a02eb07b251525ea8dc08f40974baec317dea8c9
31+ image : ghcr.io/sigstore/cosign/cosign:v2.5.0 -dev@sha256:d6786d0b31f9577ed6cc1f7fb5080f2335f0cbff2cfceffef5043ee83ebc3a6e
3232
3333 steps :
3434 - name : Check Signature
3535 run : |
36- cosign verify ghcr.io/gythialy/golang-cross:v1.24.1 -0@sha256:dcc12fa4a35c7cda162cfbaa3f612b4209d5e2e78093e7c3fd7168d258432706 \
36+ cosign verify ghcr.io/gythialy/golang-cross:v1.24.2 -0@sha256:03daa4bcae0ac852b4d0c84021f794ed2732d712c492a5577b86d6503e476c0c \
3737 --certificate-oidc-issuer https://token.actions.githubusercontent.com \
38- --certificate-identity "https://github.com/gythialy/golang-cross/.github/workflows/release-golang-cross.yml@refs/tags/v1.24.1 -0"
38+ --certificate-identity "https://github.com/gythialy/golang-cross/.github/workflows/release-golang-cross.yml@refs/tags/v1.24.2 -0"
3939 env :
4040 TUF_ROOT : /tmp
4141
4444 needs :
4545 - check-signature
4646 container :
47- image : ghcr.io/gythialy/golang-cross:v1.24.1 -0@sha256:dcc12fa4a35c7cda162cfbaa3f612b4209d5e2e78093e7c3fd7168d258432706
47+ image : ghcr.io/gythialy/golang-cross:v1.24.2 -0@sha256:03daa4bcae0ac852b4d0c84021f794ed2732d712c492a5577b86d6503e476c0c
4848
4949 steps :
5050 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Original file line number Diff line number Diff line change @@ -32,19 +32,19 @@ steps:
3232 echo "Checking out ${_GIT_TAG}"
3333 git checkout ${_GIT_TAG}
3434
35- - name : ' ghcr.io/sigstore/cosign/cosign:v2.4.3 -dev@sha256:ed76c008e733aa64d257f754a02eb07b251525ea8dc08f40974baec317dea8c9 '
35+ - name : ' ghcr.io/sigstore/cosign/cosign:v2.5.0 -dev@sha256:d6786d0b31f9577ed6cc1f7fb5080f2335f0cbff2cfceffef5043ee83ebc3a6e '
3636 dir : " go/src/sigstore/rekor"
3737 env :
3838 - TUF_ROOT=/tmp
3939 args :
4040 - ' verify'
41- - ' ghcr.io/gythialy/golang-cross:v1.24.1 -0@sha256:dcc12fa4a35c7cda162cfbaa3f612b4209d5e2e78093e7c3fd7168d258432706 '
41+ - ' ghcr.io/gythialy/golang-cross:v1.24.2 -0@sha256:03daa4bcae0ac852b4d0c84021f794ed2732d712c492a5577b86d6503e476c0c '
4242 - ' --certificate-oidc-issuer'
4343 - " https://token.actions.githubusercontent.com"
4444 - ' --certificate-identity'
45- - " https://github.com/gythialy/golang-cross/.github/workflows/release-golang-cross.yml@refs/tags/v1.24.1 -0"
45+ - " https://github.com/gythialy/golang-cross/.github/workflows/release-golang-cross.yml@refs/tags/v1.24.2 -0"
4646
47- - name : ghcr.io/gythialy/golang-cross:v1.24.1 -0@sha256:dcc12fa4a35c7cda162cfbaa3f612b4209d5e2e78093e7c3fd7168d258432706
47+ - name : ghcr.io/gythialy/golang-cross:v1.24.2 -0@sha256:03daa4bcae0ac852b4d0c84021f794ed2732d712c492a5577b86d6503e476c0c
4848 entrypoint : /bin/sh
4949 dir : " go/src/sigstore/rekor"
5050 env :
6767 gcloud auth configure-docker \
6868 && make release
6969
70- - name : ghcr.io/gythialy/golang-cross:v1.24.1 -0@sha256:dcc12fa4a35c7cda162cfbaa3f612b4209d5e2e78093e7c3fd7168d258432706
70+ - name : ghcr.io/gythialy/golang-cross:v1.24.2 -0@sha256:03daa4bcae0ac852b4d0c84021f794ed2732d712c492a5577b86d6503e476c0c
7171 entrypoint : ' bash'
7272 dir : " go/src/sigstore/rekor"
7373 env :
You can’t perform that action at this time.
0 commit comments