github.com/noqcks/syft@v0.0.0-20230920222752-a9e2c4e288e5/syft/formats/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  }