Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for building v0.3 bundles #1093

Merged
merged 2 commits into from
Apr 2, 2024
Merged

Conversation

bdehamer
Copy link
Collaborator

@bdehamer bdehamer commented Mar 27, 2024

Updates the toMessageSignatureBundle and toDSSEBundle utility functions to accept a new singleCertificate option which can be used to trigger the generation of bundles which use the the certificate field in the verification material instead of the x509CertificateChain field. When this option is set to true the functions will construct a bundle according to the v0.3 bundle specs (and use the v0.3 media type).

If no value is specified or it is set to false, the default will be to create v0.2 bundles.

See: sigstore/protobuf-specs#279

@bdehamer bdehamer requested a review from a team as a code owner March 27, 2024 00:21
Copy link

changeset-bot bot commented Mar 27, 2024

🦋 Changeset detected

Latest commit: fec5cc6

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@sigstore/bundle Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@bdehamer bdehamer force-pushed the bdehamer/build-v03-bundles branch 3 times, most recently from 18b6f9f to b1a2d33 Compare March 27, 2024 17:17
@bdehamer bdehamer marked this pull request as draft March 27, 2024 17:18
Signed-off-by: Brian DeHamer <bdehamer@github.com>
@bdehamer bdehamer marked this pull request as ready for review April 2, 2024 18:15
@bdehamer bdehamer merged commit 4c48c22 into main Apr 2, 2024
27 checks passed
@bdehamer bdehamer deleted the bdehamer/build-v03-bundles branch April 2, 2024 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants