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

Remove usage of cosign binary [0.4] #1873

Closed

Commits on Aug 19, 2024

  1. Add sigstore initialize subcommand

    It is now possible to initialize the TUF root directly with the ec-cli.
    No need to use another binary, e.g. cosign, to perform this operation.
    
    Ref: EC-584
    
    Signed-off-by: Luiz Carvalho <[email protected]>
    lcarva committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    280e8e0 View commit details
    Browse the repository at this point in the history
  2. Use ec instead of cosign in Task

    Modify the verify-enterprise-contract Task to no longer rely on the
    cosign binary to initialize the TUF root. Instead, use the newly added
    `ec sigstore initialize` command. As a consequence, the cosign binary is
    also removed from the ec-cli container image.
    
    Ref: EC-584
    
    Signed-off-by: Luiz Carvalho <[email protected]>
    lcarva committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    2fb7a67 View commit details
    Browse the repository at this point in the history