Skip to content

Commit 36d0b45

Browse files
chore(deps): bump github.com/sigstore/sigstore from 1.10.3 to 1.10.4 (#211)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore) from 1.10.3 to 1.10.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sigstore/sigstore/releases">github.com/sigstore/sigstore's releases</a>.</em></p> <blockquote> <h2>v1.10.4</h2> <h2>What's Changed</h2> <ul> <li>Escape target name - GHSA-fcv2-xgw5-pqxf in <a href="https://redirect.github.com/sigstore/sigstore/pull/2265">sigstore/sigstore#2265</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sigstore/sigstore/compare/v1.10.3...v1.10.4">https://github.com/sigstore/sigstore/compare/v1.10.3...v1.10.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sigstore/sigstore/commit/8ec410a2993ea78083aecf0e473a85453039496e"><code>8ec410a</code></a> Escape target name - GHSA-fcv2-xgw5-pqxf (<a href="https://redirect.github.com/sigstore/sigstore/issues/2265">#2265</a>)</li> <li><a href="https://github.com/sigstore/sigstore/commit/deef0ee6b9d504c2ee3e2c49f892b88c73e3f28d"><code>deef0ee</code></a> build(deps): Bump golang.org/x/crypto in /test/cliplugin/localkms (<a href="https://redirect.github.com/sigstore/sigstore/issues/2256">#2256</a>)</li> <li><a href="https://github.com/sigstore/sigstore/commit/641406c5435b1ddbc6f7183f47ce105d10323cd6"><code>641406c</code></a> build(deps): Bump the gomod group across 2 directories with 4 updates (<a href="https://redirect.github.com/sigstore/sigstore/issues/2255">#2255</a>)</li> <li><a href="https://github.com/sigstore/sigstore/commit/1bfd00e86dc8ca0df8568e9dc9b6e54a017f15de"><code>1bfd00e</code></a> build(deps): Bump the tools group across 1 directory with 2 updates (<a href="https://redirect.github.com/sigstore/sigstore/issues/2254">#2254</a>)</li> <li><a href="https://github.com/sigstore/sigstore/commit/714ac9965b476aa8ec46ddc620db4434811922ec"><code>714ac99</code></a> build(deps): Bump hashicorp/vault in /test/e2e in the all group (<a href="https://redirect.github.com/sigstore/sigstore/issues/2253">#2253</a>)</li> <li><a href="https://github.com/sigstore/sigstore/commit/626b82b5d8bbb6148660455acc0ae21f7728e9b2"><code>626b82b</code></a> build(deps): Bump localstack/localstack in /test/e2e in the all group (<a href="https://redirect.github.com/sigstore/sigstore/issues/2241">#2241</a>)</li> <li>See full diff in <a href="https://github.com/sigstore/sigstore/compare/v1.10.3...v1.10.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/sigstore/sigstore&package-manager=go_modules&previous-version=1.10.3&new-version=1.10.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/open-component-model/ocm-e2e-framework/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ad2d1c commit 36d0b45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ require (
303303
github.com/sigstore/protobuf-specs v0.5.0 // indirect
304304
github.com/sigstore/rekor v1.5.0 // indirect
305305
github.com/sigstore/rekor-tiles/v2 v2.0.1 // indirect
306-
github.com/sigstore/sigstore v1.10.3 // indirect
306+
github.com/sigstore/sigstore v1.10.4 // indirect
307307
github.com/sigstore/sigstore-go v1.1.4 // indirect
308308
github.com/sigstore/timestamp-authority/v2 v2.0.3 // indirect
309309
github.com/sirupsen/logrus v1.9.4 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -847,8 +847,8 @@ github.com/sigstore/rekor v1.5.0 h1:rL7SghHd5HLCtsCrxw0yQg+NczGvM75EjSPPWuGjaiQ=
847847
github.com/sigstore/rekor v1.5.0/go.mod h1:D7JoVCUkxwQOpPDNYeu+CE8zeBC18Y5uDo6tF8s2rcQ=
848848
github.com/sigstore/rekor-tiles/v2 v2.0.1 h1:1Wfz15oSRNGF5Dzb0lWn5W8+lfO50ork4PGIfEKjZeo=
849849
github.com/sigstore/rekor-tiles/v2 v2.0.1/go.mod h1:Pjsbhzj5hc3MKY8FfVTYHBUHQEnP0ozC4huatu4x7OU=
850-
github.com/sigstore/sigstore v1.10.3 h1:s7fBYYOzW/2Vd0nND2ZdpWySb5vRF2u9eix/NZMHJm0=
851-
github.com/sigstore/sigstore v1.10.3/go.mod h1:T26vXIkpnGEg391v3TaZ8EERcXbnjtZb/1erh5jbIQk=
850+
github.com/sigstore/sigstore v1.10.4 h1:ytOmxMgLdcUed3w1SbbZOgcxqwMG61lh1TmZLN+WeZE=
851+
github.com/sigstore/sigstore v1.10.4/go.mod h1:tDiyrdOref3q6qJxm2G+JHghqfmvifB7hw+EReAfnbI=
852852
github.com/sigstore/sigstore-go v1.1.4 h1:wTTsgCHOfqiEzVyBYA6mDczGtBkN7cM8mPpjJj5QvMg=
853853
github.com/sigstore/sigstore-go v1.1.4/go.mod h1:2U/mQOT9cjjxrtIUeKDVhL+sHBKsnWddn8URlswdBsg=
854854
github.com/sigstore/sigstore/pkg/signature/kms/aws v1.10.3 h1:D/FRl5J9UYAJPGZRAJbP0dH78pfwWnKsyCSBwFBU8CI=

0 commit comments

Comments
 (0)