anchore / grype

A vulnerability scanner for container images and filesystems
Apache License 2.0
8.86k stars 574 forks source link

Simplify v6 distribution material #2277

Open wagoodman opened 1 day ago

wagoodman commented 1 day ago

This PR makes adjustments to the v6 schema + supporting code from previous PRs, specifically:

This PR also introduces the ability to import both v6 and v5 schemas at once (since import now functions in both contexts) which requires disabling the static analysis check for cross-import of schemas.