File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3131 steps :
3232 - name : Check Signature
3333 run : |
34- cosign verify ghcr.io/gythialy/golang-cross:v1.25.4 -0@sha256:45ac2d3098413342370c62bd272cfa647c5c0813978719da5b5e31b2ddbf4897 \
34+ cosign verify ghcr.io/gythialy/golang-cross:v1.25.5 -0@sha256:3a7d463d9e3438513b6bd597c79f7d5db756023e04718259cc25aabd5d00fc17 \
3535 --certificate-oidc-issuer https://token.actions.githubusercontent.com \
36- --certificate-identity "https://github.com/gythialy/golang-cross/.github/workflows/release-golang-cross.yml@refs/tags/v1.25.4 -0"
36+ --certificate-identity "https://github.com/gythialy/golang-cross/.github/workflows/release-golang-cross.yml@refs/tags/v1.25.5 -0"
3737 env :
3838 TUF_ROOT : /tmp
3939
4343 - check-signature
4444
4545 container :
46- image : ghcr.io/gythialy/golang-cross:v1.25.4 -0@sha256:45ac2d3098413342370c62bd272cfa647c5c0813978719da5b5e31b2ddbf4897
46+ image : ghcr.io/gythialy/golang-cross:v1.25.5 -0@sha256:3a7d463d9e3438513b6bd597c79f7d5db756023e04718259cc25aabd5d00fc17
4747 volumes :
4848 - /usr:/host_usr
4949 - /opt:/host_opt
Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ steps:
3838 - TUF_ROOT=/tmp
3939 args :
4040 - ' verify'
41- - ' ghcr.io/gythialy/golang-cross:v1.25.4 -0@sha256:45ac2d3098413342370c62bd272cfa647c5c0813978719da5b5e31b2ddbf4897 '
41+ - ' ghcr.io/gythialy/golang-cross:v1.25.5 -0@sha256:3a7d463d9e3438513b6bd597c79f7d5db756023e04718259cc25aabd5d00fc17 '
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.25.4 -0"
45+ - " https://github.com/gythialy/golang-cross/.github/workflows/release-golang-cross.yml@refs/tags/v1.25.5 -0"
4646 # maybe we can build our own image and use that to be more in a safe side
47- - name : ghcr.io/gythialy/golang-cross:v1.25.4 -0@sha256:45ac2d3098413342370c62bd272cfa647c5c0813978719da5b5e31b2ddbf4897
47+ - name : ghcr.io/gythialy/golang-cross:v1.25.5 -0@sha256:3a7d463d9e3438513b6bd597c79f7d5db756023e04718259cc25aabd5d00fc17
4848 entrypoint : /bin/sh
4949 dir : " go/src/sigstore/cosign"
5050 env :
6767 gcloud auth configure-docker \
6868 && make release
6969
70- - name : ghcr.io/gythialy/golang-cross:v1.25.4 -0@sha256:45ac2d3098413342370c62bd272cfa647c5c0813978719da5b5e31b2ddbf4897
70+ - name : ghcr.io/gythialy/golang-cross:v1.25.5 -0@sha256:3a7d463d9e3438513b6bd597c79f7d5db756023e04718259cc25aabd5d00fc17
7171 entrypoint : ' bash'
7272 dir : " go/src/sigstore/cosign"
7373 env :
You can’t perform that action at this time.
0 commit comments