github.com/anchore/syft@v1.4.2-0.20240516191711-1bec1fc5d397/syft/format/syftjson/model/secrets.go (about)

     1  package model
     2  
     3  import (
     4  	"github.com/anchore/syft/syft/file"
     5  )
     6  
     7  type Secrets struct {
     8  	Location file.Coordinates    `json:"location"`
     9  	Secrets  []file.SearchResult `json:"secrets"`
    10  }