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 bug in attest-blob when using a timestamp authority with new bundles #3877

Merged
merged 3 commits into from
Sep 18, 2024

Commits on Sep 11, 2024

  1. Fix bug in sigstore#3752

    When adding bundles support to `attest-blob`, we sent the wrong data to
    the timestamp authority to sign.
    
    Signed-off-by: Zach Steindler <steiza@github.com>
    steiza committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b88c748 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Only change timestamp authority signature behavior for new bundles

    Also add TODO when we get to updating `cosign attest`
    
    Signed-off-by: Zach Steindler <steiza@github.com>
    steiza committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d45ed17 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Add happy path e2e test

    Signed-off-by: Zach Steindler <steiza@github.com>
    steiza committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    004061c View commit details
    Browse the repository at this point in the history