package model import ( "github.com/anchore/syft/syft/file" ) type Secrets struct { Location file.Coordinates `json:"location"` Secrets []file.SearchResult `json:"secrets"` }