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

     1  package evidence
     2  
     3  // this package exists so that the file package can reference package evidence in tests without creating a circular dependency.
     4  
     5  const (
     6  	AnnotationKey        = "evidence"
     7  	PrimaryAnnotation    = "primary"
     8  	SupportingAnnotation = "supporting"
     9  )