github.com/anchore/syft@v1.38.2/syft/pkg/evidence.go (about)

     1  package pkg
     2  
     3  import "github.com/anchore/syft/internal/evidence"
     4  
     5  const (
     6  	EvidenceAnnotationKey        = evidence.AnnotationKey
     7  	PrimaryEvidenceAnnotation    = evidence.PrimaryAnnotation
     8  	SupportingEvidenceAnnotation = evidence.SupportingAnnotation
     9  )