File tree Expand file tree Collapse file tree
github.com/sigstore/sigstore/pkg/tuf Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : ci
22
3- on : [pull_request] # yamllint disable-line rule:truthy
3+ on : # yamllint disable-line rule:truthy
4+ pull-request :
5+ - main
6+ - release-*
7+ push :
8+ - main
9+ - release-*
410
511concurrency :
612 group : ${{ github.workflow }}-${{ github.event.pull-request.number || github.ref }}
Original file line number Diff line number Diff line change @@ -16,14 +16,18 @@ permissions:
1616
1717on :
1818 push :
19- branches : [main]
19+ branches :
20+ - main
21+ - release-*
2022 paths-ignore :
2123 - ' **/*.md'
2224 - ' **/*.txt'
2325 - ' **/*.yaml'
2426 pull_request :
2527 # The branches below must be a subset of the branches above
26- branches : [main]
28+ branches :
29+ - main
30+ - release-*
2731 paths-ignore :
2832 - ' **/*.md'
2933 - ' **/*.txt'
Original file line number Diff line number Diff line change 11module github.com/tektoncd/cli
22
3- go 1.25.5
3+ go 1.25.6
44
55require (
66 github.com/AlecAivazis/survey/v2 v2.3.7
@@ -20,7 +20,7 @@ require (
2020 github.com/mitchellh/go-homedir v1.1.0
2121 github.com/pkg/errors v0.9.1
2222 github.com/sigstore/cosign/v2 v2.6.2
23- github.com/sigstore/sigstore v1.10.3
23+ github.com/sigstore/sigstore v1.10.4
2424 github.com/spf13/cobra v1.10.2
2525 github.com/spf13/pflag v1.0.10
2626 github.com/tektoncd/chains v0.26.0
Original file line number Diff line number Diff line change @@ -1180,8 +1180,8 @@ github.com/sigstore/rekor v1.4.3 h1:2+aw4Gbgumv8vYM/QVg6b+hvr4x4Cukur8stJrVPKU0=
11801180github.com/sigstore/rekor v1.4.3 /go.mod h1:o0zgY087Q21YwohVvGwV9vK1/tliat5mfnPiVI3i75o =
11811181github.com/sigstore/rekor-tiles/v2 v2.0.1 h1:1Wfz15oSRNGF5Dzb0lWn5W8+lfO50ork4PGIfEKjZeo =
11821182github.com/sigstore/rekor-tiles/v2 v2.0.1 /go.mod h1:Pjsbhzj5hc3MKY8FfVTYHBUHQEnP0ozC4huatu4x7OU =
1183- github.com/sigstore/sigstore v1.10.3 h1:s7fBYYOzW/2Vd0nND2ZdpWySb5vRF2u9eix/NZMHJm0 =
1184- github.com/sigstore/sigstore v1.10.3 /go.mod h1:T26vXIkpnGEg391v3TaZ8EERcXbnjtZb/1erh5jbIQk =
1183+ github.com/sigstore/sigstore v1.10.4 h1:ytOmxMgLdcUed3w1SbbZOgcxqwMG61lh1TmZLN+WeZE =
1184+ github.com/sigstore/sigstore v1.10.4 /go.mod h1:tDiyrdOref3q6qJxm2G+JHghqfmvifB7hw+EReAfnbI =
11851185github.com/sigstore/sigstore-go v1.1.4 h1:wTTsgCHOfqiEzVyBYA6mDczGtBkN7cM8mPpjJj5QvMg =
11861186github.com/sigstore/sigstore-go v1.1.4 /go.mod h1:2U/mQOT9cjjxrtIUeKDVhL+sHBKsnWddn8URlswdBsg =
11871187github.com/sigstore/sigstore/pkg/signature/kms/aws v1.10.3 h1:D/FRl5J9UYAJPGZRAJbP0dH78pfwWnKsyCSBwFBU8CI =
Original file line number Diff line number Diff line change @@ -1380,7 +1380,7 @@ github.com/sigstore/rekor-tiles/v2/pkg/generated/protobuf
13801380github.com/sigstore/rekor-tiles/v2/pkg/note
13811381github.com/sigstore/rekor-tiles/v2/pkg/types/verifier
13821382github.com/sigstore/rekor-tiles/v2/pkg/verify
1383- # github.com/sigstore/sigstore v1.10.3
1383+ # github.com/sigstore/sigstore v1.10.4
13841384## explicit; go 1.25.0
13851385github.com/sigstore/sigstore/pkg/cryptoutils
13861386github.com/sigstore/sigstore/pkg/cryptoutils/goodkey
You can’t perform that action at this time.
0 commit comments