File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
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 : gcr .io/projectsigstore /cosign:v2.2.4 -dev@sha256:13efd4c62710d75f07d12d8aad36a8657eeffd4f5f3a40bcbc207d8aafa67d41
31+ image : ghcr .io/sigstore /cosign/cosign :v2.4.0 -dev@sha256:a97b592b9f73390edcd6ceb5799a62513a906cbdffcdc63f53585910c71b0708
3232
3333 steps :
3434 - name : Check Signature
3535 run : |
36- cosign verify ghcr.io/gythialy/golang-cross:v1.22.5 -0@sha256:5cf8fca7fe80392c8d1597fe89d291d49120507390f25507746f73d4b7f8a8f2 \
36+ cosign verify ghcr.io/gythialy/golang-cross:v1.22.6 -0@sha256:34ba9945085680b8966b78929e3520478ec9ea38a315fa13d8d5e0ce6355d0d2 \
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.22.5 -0"
38+ --certificate-identity "https://github.com/gythialy/golang-cross/.github/workflows/release-golang-cross.yml@refs/tags/v1.22.6 -0"
3939 env :
4040 TUF_ROOT : /tmp
4141
4444 needs :
4545 - check-signature
4646 container :
47- image : ghcr.io/gythialy/golang-cross:v1.22.5 -0@sha256:5cf8fca7fe80392c8d1597fe89d291d49120507390f25507746f73d4b7f8a8f2
47+ image : ghcr.io/gythialy/golang-cross:v1.22.6 -0@sha256:34ba9945085680b8966b78929e3520478ec9ea38a315fa13d8d5e0ce6355d0d2
4848
4949 steps :
5050 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Original file line number Diff line number Diff line change 11module github.com/sigstore/fulcio
22
3- go 1.22.5
3+ go 1.22.6
44
55require (
66 chainguard.dev/go-grpc-kit v0.17.5
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 : ' gcr .io/projectsigstore /cosign:v2.2.4 -dev@sha256:13efd4c62710d75f07d12d8aad36a8657eeffd4f5f3a40bcbc207d8aafa67d41 '
35+ - name : ' ghcr .io/sigstore /cosign/cosign :v2.4.0 -dev@sha256:a97b592b9f73390edcd6ceb5799a62513a906cbdffcdc63f53585910c71b0708 '
3636 dir : " go/src/sigstore/fulcio"
3737 env :
3838 - TUF_ROOT=/tmp
3939 args :
4040 - ' verify'
41- - ' ghcr.io/gythialy/golang-cross:v1.22.5 -0@sha256:5cf8fca7fe80392c8d1597fe89d291d49120507390f25507746f73d4b7f8a8f2 '
41+ - ' ghcr.io/gythialy/golang-cross:v1.22.6 -0@sha256:34ba9945085680b8966b78929e3520478ec9ea38a315fa13d8d5e0ce6355d0d2 '
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.22.5 -0"
45+ - " https://github.com/gythialy/golang-cross/.github/workflows/release-golang-cross.yml@refs/tags/v1.22.6 -0"
4646
47- - name : ghcr.io/gythialy/golang-cross:v1.22.5 -0@sha256:5cf8fca7fe80392c8d1597fe89d291d49120507390f25507746f73d4b7f8a8f2
47+ - name : ghcr.io/gythialy/golang-cross:v1.22.6 -0@sha256:34ba9945085680b8966b78929e3520478ec9ea38a315fa13d8d5e0ce6355d0d2
4848 entrypoint : /bin/sh
4949 dir : " go/src/sigstore/fulcio"
5050 env :
6767 gcloud auth configure-docker \
6868 && make release
6969
70- - name : ghcr.io/gythialy/golang-cross:v1.22.5 -0@sha256:5cf8fca7fe80392c8d1597fe89d291d49120507390f25507746f73d4b7f8a8f2
70+ - name : ghcr.io/gythialy/golang-cross:v1.22.6 -0@sha256:34ba9945085680b8966b78929e3520478ec9ea38a315fa13d8d5e0ce6355d0d2
7171 entrypoint : ' bash'
7272 dir : " go/src/sigstore/fulcio"
7373 env :
You can’t perform that action at this time.
0 commit comments