github.com/nextlinux/gosbom@v0.81.1-0.20230627115839-1ff50c281391/gosbom/formats/gosbomjson/model/secrets.go (about)

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