github.com/anchore/syft@v1.4.2-0.20240516191711-1bec1fc5d397/syft/format/template/test-fixtures/csv-hasField.template (about)

     1  "Package","Version Installed","Found by","Author"
     2  {{- range .artifacts}}
     3  "{{.name}}","{{.version}}","{{.foundBy}}","{{ if index .metadata "author" }}{{.metadata.author}}{{ else }}NO AUTHOR SUPPLIED{{end}}"
     4  {{- end}}