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 --certificate-chain and support --rekor-url for verification #323

Merged
merged 11 commits into from
Nov 30, 2022

Commits on Nov 29, 2022

  1. _cli: Add --certificate-chain and support --rekor-url for verific…

    …ation
    
    Signed-off-by: Alex Cameron <asc@tetsuo.sh>
    tetsuo-cpp committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    2596a2f View commit details
    Browse the repository at this point in the history
  2. README: Update README with new flags

    Signed-off-by: Alex Cameron <asc@tetsuo.sh>
    tetsuo-cpp committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    88883b3 View commit details
    Browse the repository at this point in the history
  3. README: Update usage

    Signed-off-by: Alex Cameron <asc@tetsuo.sh>
    tetsuo-cpp committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    6ef279e View commit details
    Browse the repository at this point in the history
  4. README: Document the new --certificate-chain flag

    Signed-off-by: Alex Cameron <asc@tetsuo.sh>
    tetsuo-cpp committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    6c2168b View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Update sigstore/_cli.py

    Co-authored-by: William Woodruff <william@trailofbits.com>
    Signed-off-by: Alex Cameron <asc@tetsuo.sh>
    tetsuo-cpp and woodruffw committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    30ffa26 View commit details
    Browse the repository at this point in the history
  2. _cli: Amend --certificate-chain description

    Signed-off-by: Alex Cameron <asc@tetsuo.sh>
    tetsuo-cpp committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    b3f3847 View commit details
    Browse the repository at this point in the history
  3. _cli: Move check for empty PEM file

    Signed-off-by: Alex Cameron <asc@tetsuo.sh>
    tetsuo-cpp committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    ce3dc89 View commit details
    Browse the repository at this point in the history
  4. _cli, _utils: Move split chain helper to utilities module

    Signed-off-by: Alex Cameron <asc@tetsuo.sh>
    tetsuo-cpp committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    da25f55 View commit details
    Browse the repository at this point in the history
  5. _utils: appease the linter

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    6074cc2 View commit details
    Browse the repository at this point in the history
  6. _utils: lintage

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    23e1a26 View commit details
    Browse the repository at this point in the history
  7. sigstore: more linting, use intrinsic list for type

    Signed-off-by: William Woodruff <william@trailofbits.com>
    woodruffw committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    598e86b View commit details
    Browse the repository at this point in the history