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 {input}.sigstore.json #814

Closed
woodruffw opened this issue Nov 16, 2023 · 2 comments · Fixed by #1007
Closed

Support {input}.sigstore.json #814

woodruffw opened this issue Nov 16, 2023 · 2 comments · Fixed by #1007
Assignees
Labels
component:cli CLI components enhancement New feature or request
Milestone

Comments

@woodruffw
Copy link
Member

Per the Sigstore Client Spec

Two parts:

  1. sigstore sign should probably produce {input}.sigstore.json by default, rather than {input}.sigstore
  2. sigstore verify should accept either {input}.sigstore.json or {input}.sigstore, whichever is present (and probably fail if both are present)

(2) is pretty straightforward, and can be done in a backwards-compatible manner. (1) is a breaking change, so we'll either need to feature flag it or defer it until 3.0.

@woodruffw
Copy link
Member Author

Opened #820 for (2) above.

@woodruffw
Copy link
Member Author

Marking with 3.0, since the default sigstore sign change will be incompatible.

woodruffw added a commit that referenced this issue May 9, 2024
Closes #814.

Signed-off-by: William Woodruff <william@trailofbits.com>
@jku jku closed this as completed in #1007 May 13, 2024
jku pushed a commit that referenced this issue May 13, 2024
* _cli: emit .sigstore.json by default

Closes #814.

Signed-off-by: William Woodruff <william@trailofbits.com>

* CHANGELOG: record changes

Signed-off-by: William Woodruff <william@trailofbits.com>

* README: update `--help`

Signed-off-by: William Woodruff <william@trailofbits.com>

---------

Signed-off-by: William Woodruff <william@trailofbits.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:cli CLI components enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant