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 support for OpenVEX predicate type #3405

Merged
merged 2 commits into from
Dec 7, 2023
Merged

Commits on Dec 5, 2023

  1. Add support for OpenVEX predicate type

    OpenVEX is an implementation of the Vulnerability Exploitability
    Exchange (VEX) designed to be attestable, SBOM-agnostic and lightweight.
    It is hosted in the OpenSSF Vulnerability Disclosures WG and has
    support in popular scanners such as Trivy adn Grype.
    
    This PR adds support for openvex predicates to the `cosign attest` and
    `cosign download attestation` commands.
    
    Signed-off-by: Adolfo García Veytia (Puerco) <puerco@chainguard.dev>
    puerco committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    23a7738 View commit details
    Browse the repository at this point in the history
  2. Update docs of attest subcommands with openvex values

    Signed-off-by: Adolfo García Veytia (Puerco) <puerco@chainguard.dev>
    puerco committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    39623db View commit details
    Browse the repository at this point in the history