github.com/kastenhq/syft@v0.0.0-20230821225854-0710af25cdbe/syft/pkg/evidence.go (about)

     1  package pkg
     2  
     3  const (
     4  	EvidenceAnnotationKey        = "evidence"
     5  	PrimaryEvidenceAnnotation    = "primary"
     6  	SupportingEvidenceAnnotation = "supporting"
     7  )