github.com/anchore/syft@v1.4.2-0.20240516191711-1bec1fc5d397/syft/pkg/evidence.go (about)

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