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 e2e tests using a TUF mirror #3938

Merged
merged 2 commits into from
Nov 22, 2024
Merged

Commits on Nov 21, 2024

  1. Add e2e tests using a TUF mirror

    Add a test that, instead of overriding trusted keys with environment
    variables, actually initializes a TUF cache using a local TUF mirror.
    This will prepare us to safely make changes to the TUF client.
    
    Metadata for the public good instance goes through a different code
    path, since those keys are embedded in the code. We can't test signing
    and verifying with the public good instance hermetically, so we rely on
    conformance tests to catch issues with that path.
    
    Signed-off-by: Colleen Murphy <[email protected]>
    cmurphy committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    2d0c9a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. go mod tidy

    Signed-off-by: Colleen Murphy <[email protected]>
    cmurphy committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    fa951be View commit details
    Browse the repository at this point in the history