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

Add gitsign verify #262

Merged
merged 1 commit into from Mar 23, 2023
Merged

Add gitsign verify #262

merged 1 commit into from Mar 23, 2023

Commits on Mar 22, 2023

  1. Add gitsign verify.

    This adds a new subcommand that mirrors cosign verify for certificate
    claim verification.
    
    Previously we relied on `git verify-commit` for commit verification.
    While this did check that the signature was valid and it exists in
    rekor, it did not check whether the identity was what was expected,
    because Git does not give controls over this via the commit signature
    interface.
    
    This command provides this functionality.
    
    Also adds a warning to the output of the `git verify-commit` output
    warning users that that verification mechanism may not be complete.
    
    Signed-off-by: Billy Lynch <billy@chainguard.dev>
    wlynch committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    192f64b View commit details
    Browse the repository at this point in the history