openvex / vexctl

A tool to create, transform and attest VEX metadata
Apache License 2.0
108 stars 21 forks source link

Filtering of GHSA IDs? #78

Closed johanngyger closed 1 year ago

johanngyger commented 1 year ago

Currently, it's only possible to filter CVE IDs with vexctl filter. Are there any plans to support GHSA, too?

We ran into this issue with the latest kics image, and need to filter a GHSA ID GHSA-gq5r-cc4w-g8xf.

Here's the example:

trivy image --format sarif checkmarx/kics:v1.7.1-alpine
puerco commented 1 year ago

Thanks for reporting this Johann! Here you go :) https://github.com/openvex/vexctl/pull/80