github.com/anchore/syft@v1.38.2/internal/task/feature_detection.go (about) 1 package task 2 3 import "github.com/anchore/syft/internal/os" 4 5 func NewOSFeatureDetectionTask() Task { 6 return NewTask("os-feature-detection", os.DetectFeatures) 7 }