github.com/kastenhq/syft@v0.0.0-20230821225854-0710af25cdbe/syft/formats/syftjson/model/secrets.go (about)

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