You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The .cosign-bundle format used by apsw to sign releases appears to be obsolete and incompatible with other sigstore clients:
$ sigstore verify identity --cert-identity [email protected] --cert-oidc-issuer https://github.com/login/oauth apsw-3.47.2.0.zip --bundle apsw-3.47.2.0.cosign-bundle
[20:29:57] ERROR An issue occurred while parsing the Sigstore bundle. errors.py:41
The provided bundle is malformed and may have been modified maliciously.
Additional context:
unsupported bundle format:
For detailed error information, run sigstore with the `--verbose` flag.
Please consider using the modern sigstore format that works both with sigstore and cosign and is used e.g. by CPython:
The
.cosign-bundle
format used by apsw to sign releases appears to be obsolete and incompatible with other sigstore clients:Please consider using the modern sigstore format that works both with sigstore and cosign and is used e.g. by CPython:
Note that cosign requires explicit
--new-bundle-format
for this.The text was updated successfully, but these errors were encountered: