Skip to content

Commit e8285da

Browse files
dependabot[bot]vdemeester
authored andcommitted
chore(deps): bump github.com/sigstore/cosign/v2 from 2.6.2 to 2.6.3
Bumps [github.com/sigstore/cosign/v2](https://github.com/sigstore/cosign) from 2.6.2 to 2.6.3. - [Release notes](https://github.com/sigstore/cosign/releases) - [Changelog](https://github.com/sigstore/cosign/blob/main/CHANGELOG.md) - [Commits](sigstore/cosign@v2.6.2...v2.6.3) --- updated-dependencies: - dependency-name: github.com/sigstore/cosign/v2 dependency-version: 2.6.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 29b6d16 commit e8285da

7 files changed

Lines changed: 80 additions & 18 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/openshift/api v0.0.0-20240521185306-0314f31e7774
1515
github.com/openshift/apiserver-library-go v0.0.0-20230816171015-6bfafa975bfb
1616
github.com/openshift/client-go v0.0.0-20240523113335-452272e0496d
17-
github.com/sigstore/cosign/v2 v2.6.2
17+
github.com/sigstore/cosign/v2 v2.6.3
1818
github.com/spf13/cobra v1.10.2
1919
github.com/spf13/viper v1.21.0
2020
github.com/stretchr/testify v1.11.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,8 +1093,8 @@ github.com/sergi/go-diff v1.4.0/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepq
10931093
github.com/shibumi/go-pathspec v1.3.0 h1:QUyMZhFo0Md5B8zV8x2tesohbb5kfbpTi9rBnKh5dkI=
10941094
github.com/shibumi/go-pathspec v1.3.0/go.mod h1:Xutfslp817l2I1cZvgcfeMQJG5QnU2lh5tVaaMCl3jE=
10951095
github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc=
1096-
github.com/sigstore/cosign/v2 v2.6.2 h1:mi6EAUJoPZ+yuyooU7m06a1DZWJouwYgh9a67L9tm2M=
1097-
github.com/sigstore/cosign/v2 v2.6.2/go.mod h1:g+P/LgYyJkC85WGGDho7yySl3C6xTJzzpLm21ZV+E6s=
1096+
github.com/sigstore/cosign/v2 v2.6.3 h1:1W+rZWz0zkTfqmTmYBOQS/Jt97NKz1OCzxTV2YAp1+s=
1097+
github.com/sigstore/cosign/v2 v2.6.3/go.mod h1:g+P/LgYyJkC85WGGDho7yySl3C6xTJzzpLm21ZV+E6s=
10981098
github.com/sigstore/fulcio v1.8.4 h1:awmmItiPwteo8t8sVOoIAPnmbDfLb1JGW0LPY8SNCdY=
10991099
github.com/sigstore/fulcio v1.8.4/go.mod h1:2jh+uWOfWroKHlhUzr81AFqnAYeZiIi3NC/vegCbiYw=
11001100
github.com/sigstore/protobuf-specs v0.5.0 h1:F8YTI65xOHw70NrvPwJ5PhAzsvTnuJMGLkA4FIkofAY=

vendor/github.com/sigstore/cosign/v2/cmd/cosign/cli/verify/verify.go

Lines changed: 17 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/sigstore/cosign/v2/cmd/cosign/cli/verify/verify_attestation.go

Lines changed: 17 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/sigstore/cosign/v2/cmd/cosign/cli/verify/verify_blob_attestation.go

Lines changed: 40 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/sigstore/cosign/v2/pkg/cosign/verify.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,7 @@ github.com/segmentio/asm/internal/unsafebytes
11911191
# github.com/shibumi/go-pathspec v1.3.0
11921192
## explicit; go 1.17
11931193
github.com/shibumi/go-pathspec
1194-
# github.com/sigstore/cosign/v2 v2.6.2
1194+
# github.com/sigstore/cosign/v2 v2.6.3
11951195
## explicit; go 1.25.0
11961196
github.com/sigstore/cosign/v2/cmd/cosign/cli/fulcio
11971197
github.com/sigstore/cosign/v2/cmd/cosign/cli/fulcio/fulcioverifier

0 commit comments

Comments
 (0)