mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 08:23:15 +01:00
* use the json schema as input for templating Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com> * fix cli tests Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com> --------- Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
4 lines
116 B
Plaintext
4 lines
116 B
Plaintext
"Package","Version Installed", "Found by"
|
|
{{- range .artifacts}}
|
|
"{{.name}}","{{.version}}","{{.foundBy}}"
|
|
{{- end}} |