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

_cli: add sigstore verify identity #379

Merged
merged 12 commits into from
Jan 4, 2023
Merged

_cli: add sigstore verify identity #379

merged 12 commits into from
Jan 4, 2023

Commits on Jan 3, 2023

  1. _cli: add sigstore verify identity

    This adds `sigstore verify identity`, which is aliased
    (through some `argparse` hackery) back to `sigstore verify`.
    
    This allows us to remain compatible with the existing CLI,
    while also giving us the flexibility we need to extend verification
    (e.g. `sigstore verify github`).
    
    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    14a9048 View commit details
    Browse the repository at this point in the history
  2. _cli: help text for sigstore verify identity

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    2eaded6 View commit details
    Browse the repository at this point in the history
  3. _cli, Makefile, README: fix --help generation

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    7ed3aa1 View commit details
    Browse the repository at this point in the history
  4. README: typo

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    76f54a2 View commit details
    Browse the repository at this point in the history
  5. ci: run check-readme against min Python version

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    7e43fbc View commit details
    Browse the repository at this point in the history
  6. Makefile: fix check-readme target

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    9f95092 View commit details
    Browse the repository at this point in the history
  7. README: render --help with min Python version

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    f70a881 View commit details
    Browse the repository at this point in the history
  8. _cli: fix sigstore verify behavior

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    9d92fbe View commit details
    Browse the repository at this point in the history
  9. _cli: hackety hack

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    769bafd View commit details
    Browse the repository at this point in the history
  10. _cli: hackety hack

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    3ab05a7 View commit details
    Browse the repository at this point in the history
  11. README: update docs, examples

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    b62e39c View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. _cli: add warning to bare sigstore verify

    Signed-off-by: William Woodruff <william@yossarian.net>
    woodruffw committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    088714b View commit details
    Browse the repository at this point in the history