File tree Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -212,4 +212,4 @@ jobs:
212212
213213 - name : Collect diagnostics
214214 if : ${{ failure() }}
215- uses : chainguard-dev/actions/kind-diag@84c993eaf02da1c325854fb272a4df9184bd80fc # main
215+ uses : chainguard-dev/actions/kind-diag@9ba949ac63357c725a9438f3e05a1e33d313498e # main
Original file line number Diff line number Diff line change 3939 - name : golangci-lint
4040 uses : golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
4141 with :
42- version : v1.59
42+ version : v1.60
4343 args : --timeout=5m
4444
4545 golangci-test-e2e :
5858 - name : golangci-lint
5959 uses : golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
6060 with :
61- version : v1.59
61+ version : v1.60
6262 args : --timeout=5m --build-tags e2e ./test
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151151
152152 - name : Collect diagnostics
153153 if : ${{ failure() }}
154- uses : chainguard-dev/actions/kind-diag@84c993eaf02da1c325854fb272a4df9184bd80fc # main
154+ uses : chainguard-dev/actions/kind-diag@9ba949ac63357c725a9438f3e05a1e33d313498e # main
155155
156156 - name : Create vuln attestation for it
157157 run : |
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ jobs:
174174
175175 - name : Collect diagnostics
176176 if : ${{ failure() }}
177- uses : chainguard-dev/actions/kind-diag@84c993eaf02da1c325854fb272a4df9184bd80fc # main
177+ uses : chainguard-dev/actions/kind-diag@9ba949ac63357c725a9438f3e05a1e33d313498e # main
178178
179179 e2e-windows-powershell-tests :
180180 name : Run PowerShell E2E tests
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.22.6 -0@sha256:34ba9945085680b8966b78929e3520478ec9ea38a315fa13d8d5e0ce6355d0d2 \
34+ cosign verify ghcr.io/gythialy/golang-cross:v1.22.7 -0@sha256:cb23bfe5773191f1ccc9d60fb73392d5ffc87257e2e019ffe81edb8b352a5284 \
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.22.6 -0"
36+ --certificate-identity "https://github.com/gythialy/golang-cross/.github/workflows/release-golang-cross.yml@refs/tags/v1.22.7 -0"
3737 env :
3838 TUF_ROOT : /tmp
3939
4343 - check-signature
4444
4545 container :
46- image : ghcr.io/gythialy/golang-cross:v1.22.6 -0@sha256:34ba9945085680b8966b78929e3520478ec9ea38a315fa13d8d5e0ce6355d0d2
46+ image : ghcr.io/gythialy/golang-cross:v1.22.7 -0@sha256:cb23bfe5773191f1ccc9d60fb73392d5ffc87257e2e019ffe81edb8b352a5284
4747 volumes :
4848 - /usr:/host_usr
4949 - /opt:/host_opt
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ func (p *HelpFlagPrinter) PrintHelpFlag(flag *flag.Flag) {
6060 }
6161 appendTabStr := strings .ReplaceAll (wrappedStr , "\n " , "\n \t " )
6262
63- fmt .Fprintf (p .out , appendTabStr + " \n \n " )
63+ fmt .Fprintf (p .out , "%s \n \n ", appendTabStr )
6464}
6565
6666// writeFlag will output the help flag based
Original file line number Diff line number Diff line change 11module github.com/sigstore/cosign/v2
22
3- go 1.22.6
3+ go 1.22.7
44
55require (
66 cuelang.org/go v0.9.2
Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ steps:
3838 - TUF_ROOT=/tmp
3939 args :
4040 - ' verify'
41- - ' ghcr.io/gythialy/golang-cross:v1.22.6 -0@sha256:34ba9945085680b8966b78929e3520478ec9ea38a315fa13d8d5e0ce6355d0d2 '
41+ - ' ghcr.io/gythialy/golang-cross:v1.22.7 -0@sha256:cb23bfe5773191f1ccc9d60fb73392d5ffc87257e2e019ffe81edb8b352a5284 '
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.6 -0"
45+ - " https://github.com/gythialy/golang-cross/.github/workflows/release-golang-cross.yml@refs/tags/v1.22.7 -0"
4646
4747 # maybe we can build our own image and use that to be more in a safe side
48- - name : ghcr.io/gythialy/golang-cross:v1.22.6 -0@sha256:34ba9945085680b8966b78929e3520478ec9ea38a315fa13d8d5e0ce6355d0d2
48+ - name : ghcr.io/gythialy/golang-cross:v1.22.7 -0@sha256:cb23bfe5773191f1ccc9d60fb73392d5ffc87257e2e019ffe81edb8b352a5284
4949 entrypoint : /bin/sh
5050 dir : " go/src/sigstore/cosign"
5151 env :
6868 gcloud auth configure-docker \
6969 && make release
7070
71- - name : ghcr.io/gythialy/golang-cross:v1.22.6 -0@sha256:34ba9945085680b8966b78929e3520478ec9ea38a315fa13d8d5e0ce6355d0d2
71+ - name : ghcr.io/gythialy/golang-cross:v1.22.7 -0@sha256:cb23bfe5773191f1ccc9d60fb73392d5ffc87257e2e019ffe81edb8b352a5284
7272 entrypoint : ' bash'
7373 dir : " go/src/sigstore/cosign"
7474 env :
You can’t perform that action at this time.
0 commit comments