File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ jobs:
28
28
check-signature :
29
29
runs-on : ubuntu-latest
30
30
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
32
32
33
33
steps :
34
34
- name : Check Signature
35
35
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 \
37
37
--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"
39
39
env :
40
40
TUF_ROOT : /tmp
41
41
44
44
needs :
45
45
- check-signature
46
46
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
48
48
49
49
steps :
50
50
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Original file line number Diff line number Diff line change 1
1
module github.com/sigstore/fulcio
2
2
3
- go 1.22.5
3
+ go 1.22.6
4
4
5
5
require (
6
6
chainguard.dev/go-grpc-kit v0.17.5
Original file line number Diff line number Diff line change @@ -32,19 +32,19 @@ steps:
32
32
echo "Checking out ${_GIT_TAG}"
33
33
git checkout ${_GIT_TAG}
34
34
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 '
36
36
dir : " go/src/sigstore/fulcio"
37
37
env :
38
38
- TUF_ROOT=/tmp
39
39
args :
40
40
- ' 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 '
42
42
- ' --certificate-oidc-issuer'
43
43
- " https://token.actions.githubusercontent.com"
44
44
- ' --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"
46
46
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
48
48
entrypoint : /bin/sh
49
49
dir : " go/src/sigstore/fulcio"
50
50
env :
67
67
gcloud auth configure-docker \
68
68
&& make release
69
69
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
71
71
entrypoint : ' bash'
72
72
dir : " go/src/sigstore/fulcio"
73
73
env :
You can’t perform that action at this time.
0 commit comments