github.com/anchore/syft@v1.38.2/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}}