grype
grype copied to clipboard
Template models use go structs instead of JSON shape
Similar to https://github.com/anchore/syft/pull/2542 the template output appears to be using the go structs, which requires users to know about the specific struct names, which may differ (and do) from the JSON output. We should adjust all templates to work with strictly the grype json output.