github.com/lineaje-labs/syft@v0.98.1-0.20231227153149-9e393f60ff1b/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  }