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

Fix offline verification marshalling, add e2e tests. #330

Merged
merged 1 commit into from
Jun 6, 2023

Commits on Jun 5, 2023

  1. Fix offline verification marshalling, add e2e tests.

    e2e verification was failing because we were using the wrong body to
    recreate the tlog message.
    
    To test this, this also adds an e2e test that verifies a real commit
    only using offline verification. This is a bit brittle at the moment
    because it will mutate the local TUF client state, but this will
    hopefully be improved once the TUF client changes land in
    sigstore/client-go.
    
    Signed-off-by: Billy Lynch <billy@chainguard.dev>
    wlynch committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    d7d9473 View commit details
    Browse the repository at this point in the history