github.com/noqcks/syft@v0.0.0-20230920222752-a9e2c4e288e5/syft/pkg/component_type.go (about)

     1  package pkg
     2  
     3  type ComponentType string
     4  
     5  const (
     6  	ComponentTypeApplication ComponentType = "application"
     7  	ComponentTypeLibrary     ComponentType = "library"
     8  )