mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
5 lines
190 B
Cheetah
5 lines
190 B
Cheetah
|
"Package","Version Installed","Vulnerability ID","Severity"
|
||
|
{{- range .Matches}}
|
||
|
"{{.Artifact.Name}}","{{.Artifact.Version}}","{{.Vulnerability.ID}}","{{.Vulnerability.Severity}}"
|
||
|
{{- end}}
|