Commit 0600230
authored
Bump github.com/sigstore/cosign/v2 from 2.2.4 to 2.6.2 (#116)
Bumps
[github.com/sigstore/cosign/v2](https://github.com/sigstore/cosign) from
2.2.4 to 2.6.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sigstore/cosign/releases">github.com/sigstore/cosign/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.6.2</h2>
<h2>Changelog</h2>
<p>v2.6.2 contains a fix for <a
href="https://github.com/sigstore/cosign/security/advisories/GHSA-whqx-f9j3-ch6m">https://github.com/sigstore/cosign/security/advisories/GHSA-whqx-f9j3-ch6m</a></p>
<ul>
<li>3ade80c5f77cefc904f8c994e88618e5892e8f1c Fix bundle verify path for
old bundle/trusted root (<a
href="https://redirect.github.com/sigstore/cosign/issues/4624">#4624</a>)</li>
<li>c4e6a783ce9b6ad08bb545b79a3277f1aaa16add v2.6 branch - bump sigstore
deps (<a
href="https://redirect.github.com/sigstore/cosign/issues/4619">#4619</a>)</li>
</ul>
<h3>Thanks to all contributors!</h3>
<h2>v2.6.1</h2>
<h2>Changelog</h2>
<ul>
<li>634fabe54f9fbbab55d821a83ba93b2d25bdba5f Bump sigstore-go, move
conformance back to tagged release</li>
<li>c5545eda23d770180880c245bf0d8f78c354ecc4 Partially populate the
output of cosign verify when working with new bundles (<a
href="https://redirect.github.com/sigstore/cosign/issues/4416">#4416</a>)</li>
<li>e191024a636883b4e6b7de8db2f5cfb85a1fcd0c bump go builder to use
1.25.1 and cosign (<a
href="https://redirect.github.com/sigstore/cosign/issues/4417">#4417</a>)</li>
</ul>
<h3>Thanks to all contributors!</h3>
<p>v2.6.0 introduces a number of new features, including:</p>
<ul>
<li>Signing an in-toto statement rather than Cosign constructing one
from a predicate, along with verifying a statement's subject using a
digest and digest algorithm rather than providing a file reference (<a
href="https://redirect.github.com/sigstore/cosign/issues/4306">#4306</a>)</li>
<li>Uploading a signature and its verification material (a <a
href="https://github.com/sigstore/protobuf-specs/blob/main/protos/sigstore_bundle.proto">"bundle"</a>)
as an OCI Image 1.1 referring artifact, completing <a
href="https://redirect.github.com/sigstore/cosign/issues/3927">#3927</a>
(<a
href="https://redirect.github.com/sigstore/cosign/issues/4316">#4316</a>)</li>
<li>Providing service URLs for signing and attesting using a <a
href="https://github.com/sigstore/protobuf-specs/blob/4df5baadcdb582a70c2bc032e042c0a218eb3841/protos/sigstore_trustroot.proto#L185">SigningConfig</a>.
Note that this is required when using a <a
href="https://github.com/sigstore/rekor-tiles">Rekor v2</a> instance (<a
href="https://redirect.github.com/sigstore/cosign/issues/4319">#4319</a>)</li>
</ul>
<p>Example generation and verification of a signed in-toto
statement:</p>
<pre><code>cosign attest-blob --new-bundle-format=true
--bundle="digest-key-test.sigstore.json"
--key="cosign.key"
--statement="../sigstore-go/examples/sigstore-go-signing/intoto.txt"
cosign verify-blob-attestation
--bundle="digest-key-test.sigstore.json" --key=cosign.pub
--type=unused
--digest="b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9"
--digestAlg="sha256"
</code></pre>
<p>Example container signing and verification using the new bundle
format and referring artifacts:</p>
<pre><code>cosign sign --new-bundle-format=true
ghcr.io/user/alpine@sha256:a19367999603840546b8612572e338ec076c6d1f2fec61760a9e11410f546733
cosign verify --new-bundle-format=true
ghcr.io/user/alpine@sha256:a19367999603840546b8612572e338ec076c6d1f2fec61760a9e11410f546733
</code></pre>
<p>Example usage of a signing config provided by the public good
instance's TUF repository:</p>
<pre><code>cosign sign-blob --use-signing-config --bundle sigstore.json
README.md
cosign verify-blob --new-bundle-format --bundle sigstore.json
--certificate-identity $EMAIL --certificate-oidc-issuer $ISSUER
--use-signed-timestamps README.md
</code></pre>
<p>v2.6.0 leverages sigstore-go's signing and verification APIs gated
behind these new flags. In an upcoming major release, we will be
updating Cosign to default to producing and consuming bundles to align
with all other Sigstore SDKs.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sigstore/cosign/blob/main/CHANGELOG.md">github.com/sigstore/cosign/v2's
changelog</a>.</em></p>
<blockquote>
<h1>v2.6.2</h1>
<p>v2.6.2 resolves <a
href="https://github.com/sigstore/cosign/security/advisories/GHSA-whqx-f9j3-ch6m">https://github.com/sigstore/cosign/security/advisories/GHSA-whqx-f9j3-ch6m</a>.</p>
<h2>Changes</h2>
<ul>
<li>Fix bundle verify path for old bundle/trusted root
(GHSA-whqx-f9j3-ch6m) (<a
href="https://redirect.github.com/sigstore/cosign/issues/4624">#4624</a>)</li>
<li>bump sigstore deps to resolve build errors (<a
href="https://redirect.github.com/sigstore/cosign/issues/4619">#4619</a>)</li>
</ul>
<h1>v3.0.3</h1>
<p>Thank you for all of your feedback on Cosign v3! v3.0.3 fixes a
number of bugs reported by
the community along with adding compatibility for the new bundle format
and attestation
storage in OCI to additional commands. We're continuing to work on
compatibility with
the remaining commands and will have a new release shortly. If you run
into any problems,
please <a href="https://github.com/sigstore/cosign/issues">file an
issue</a></p>
<h2>Changes</h2>
<ul>
<li>4554: Closes 4554 - Add warning when --output* is used (<a
href="https://redirect.github.com/sigstore/cosign/issues/4556">#4556</a>)</li>
<li>Protobuf bundle support for subcommand <code>clean</code> (<a
href="https://redirect.github.com/sigstore/cosign/issues/4539">#4539</a>)</li>
<li>Add staging flag to initialize with staging TUF metadata</li>
<li>Updating sign-blob to also support signing with a certificate (<a
href="https://redirect.github.com/sigstore/cosign/issues/4547">#4547</a>)</li>
<li>Protobuf bundle support for subcommands <code>save</code> and
<code>load</code> (<a
href="https://redirect.github.com/sigstore/cosign/issues/4538">#4538</a>)</li>
<li>Fix cert attachment for new bundle with signing config</li>
<li>Fix OCI verification with local cert - old bundle</li>
<li>Deprecate tlog-upload flag (<a
href="https://redirect.github.com/sigstore/cosign/issues/4458">#4458</a>)</li>
<li>fix: Use signal context for <code>sign</code> cli package.</li>
<li>update offline verification directions (<a
href="https://redirect.github.com/sigstore/cosign/issues/4526">#4526</a>)</li>
<li>Fix signing/verifying annotations for new bundle</li>
<li>Add support to download and attach for protobuf bundles (<a
href="https://redirect.github.com/sigstore/cosign/issues/4477">#4477</a>)</li>
<li>Add --signing-algorithm flag (<a
href="https://redirect.github.com/sigstore/cosign/issues/3497">#3497</a>)</li>
<li>Refactor signcommon bundle helpers</li>
<li>Add --bundle and fix --upload for new bundle</li>
<li>Pass insecure registry flags through to referrers</li>
<li>Add protobuf bundle support for tree subcommand (<a
href="https://redirect.github.com/sigstore/cosign/issues/4491">#4491</a>)</li>
<li>Remove stale embed import (<a
href="https://redirect.github.com/sigstore/cosign/issues/4492">#4492</a>)</li>
<li>Support multiple container identities</li>
<li>Fix segfault when no attestations are found (<a
href="https://redirect.github.com/sigstore/cosign/issues/4472">#4472</a>)</li>
<li>Use overridden repository for new bundle format (<a
href="https://redirect.github.com/sigstore/cosign/issues/4473">#4473</a>)</li>
<li>Remove --out flag from <code>cosign initialize</code> (<a
href="https://redirect.github.com/sigstore/cosign/issues/4462">#4462</a>)</li>
<li>Deprecate offline flag (<a
href="https://redirect.github.com/sigstore/cosign/issues/4457">#4457</a>)</li>
<li>Deduplicate code in sign/attest* and verify* commands (<a
href="https://redirect.github.com/sigstore/cosign/issues/4449">#4449</a>)</li>
<li>Cache signing config when calling initialize (<a
href="https://redirect.github.com/sigstore/cosign/issues/4456">#4456</a>)</li>
</ul>
<h1>v3.0.2</h1>
<p>v3.0.2 is a functionally equivalent release to v3.0.0 and v3.0.1,
with a fix for CI to publish signed releases in the new bundle
format.</p>
<ul>
<li>Note that the <code>--bundle</code> flag specifying an output file
to write the Sigstore bundle (which contains all relevant verification
material) has moved from optional to required in v3.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sigstore/cosign/commit/3ade80c5f77cefc904f8c994e88618e5892e8f1c"><code>3ade80c</code></a>
Fix bundle verify path for old bundle/trusted root (<a
href="https://redirect.github.com/sigstore/cosign/issues/4624">#4624</a>)</li>
<li><a
href="https://github.com/sigstore/cosign/commit/c4e6a783ce9b6ad08bb545b79a3277f1aaa16add"><code>c4e6a78</code></a>
v2.6 branch - bump sigstore deps (<a
href="https://redirect.github.com/sigstore/cosign/issues/4619">#4619</a>)</li>
<li><a
href="https://github.com/sigstore/cosign/commit/634fabe54f9fbbab55d821a83ba93b2d25bdba5f"><code>634fabe</code></a>
Bump sigstore-go, move conformance back to tagged release</li>
<li><a
href="https://github.com/sigstore/cosign/commit/c5545eda23d770180880c245bf0d8f78c354ecc4"><code>c5545ed</code></a>
Partially populate the output of cosign verify when working with new
bundles ...</li>
<li><a
href="https://github.com/sigstore/cosign/commit/e191024a636883b4e6b7de8db2f5cfb85a1fcd0c"><code>e191024</code></a>
bump go builder to use 1.25.1 and cosign (<a
href="https://redirect.github.com/sigstore/cosign/issues/4417">#4417</a>)</li>
<li><a
href="https://github.com/sigstore/cosign/commit/37fbfc7018fb4d60a9a2c9175bd64c75dda5869a"><code>37fbfc7</code></a>
Require exclusively a SigningConfig or service URLs when signing (<a
href="https://redirect.github.com/sigstore/cosign/issues/4403">#4403</a>)</li>
<li><a
href="https://github.com/sigstore/cosign/commit/b1acaeb92cc9e6a2a35f8d1a8f0a58c482914025"><code>b1acaeb</code></a>
Add a terminal spinner while signing with sigstore-go (<a
href="https://redirect.github.com/sigstore/cosign/issues/4402">#4402</a>)</li>
<li><a
href="https://github.com/sigstore/cosign/commit/2581dfd2bf9572f9b662367c6180434de46b358a"><code>2581dfd</code></a>
chore(deps): bump the gomod group across 1 directory with 8 updates (<a
href="https://redirect.github.com/sigstore/cosign/issues/4401">#4401</a>)</li>
<li><a
href="https://github.com/sigstore/cosign/commit/11163ae7d806cb13f2563ef837ce1c985ac788d3"><code>11163ae</code></a>
Bump sigstore-go, support alternative hash algorithms with keys (<a
href="https://redirect.github.com/sigstore/cosign/issues/4386">#4386</a>)</li>
<li><a
href="https://github.com/sigstore/cosign/commit/153df46c9ee93f73eba5a3b6379717d439ec2a37"><code>153df46</code></a>
chore(deps): bump golang.org/x/crypto from 0.41.0 to 0.42.0 (<a
href="https://redirect.github.com/sigstore/cosign/issues/4391">#4391</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sigstore/cosign/compare/v2.2.4...v2.6.2">compare
view</a></li>
</ul>
</details>
<br />
[](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/PlanktoScope/machine-name/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 7b063d6 commit 0600230
2 files changed
+9
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | | - | |
| 393 | + | |
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1036 | 1036 | | |
1037 | 1037 | | |
1038 | 1038 | | |
1039 | | - | |
1040 | | - | |
| 1039 | + | |
| 1040 | + | |
1041 | 1041 | | |
1042 | 1042 | | |
1043 | 1043 | | |
| |||
1052 | 1052 | | |
1053 | 1053 | | |
1054 | 1054 | | |
1055 | | - | |
1056 | | - | |
| 1055 | + | |
| 1056 | + | |
1057 | 1057 | | |
1058 | 1058 | | |
1059 | 1059 | | |
| |||
1140 | 1140 | | |
1141 | 1141 | | |
1142 | 1142 | | |
1143 | | - | |
1144 | | - | |
| 1143 | + | |
| 1144 | + | |
1145 | 1145 | | |
1146 | 1146 | | |
1147 | 1147 | | |
| |||
1282 | 1282 | | |
1283 | 1283 | | |
1284 | 1284 | | |
1285 | | - | |
1286 | | - | |
| 1285 | + | |
| 1286 | + | |
1287 | 1287 | | |
1288 | 1288 | | |
1289 | 1289 | | |
| |||
0 commit comments