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

Upgrade to TUF v2 client #3844

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Commits on Oct 25, 2024

  1. Upgrade to TUF v2 client with trusted root

    Use sigstore-go's TUF client to fetch the trusted_root.json from the TUF
    mirror, if available. Where possible, use sigstore-go's verifiers which
    natively accept the trusted root as its trusted material. Where there is
    no trusted root available in TUF or sigstore-go doesn't support a use
    case, fall back to the sigstore/sigstore TUF v1 client and the existing
    verifiers in cosign.
    
    Signed-off-by: Colleen Murphy <colleenmurphy@google.com>
    cmurphy committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e437b17 View commit details
    Browse the repository at this point in the history