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

     1  package source
     2  
     3  type ExcludeConfig struct {
     4  	Paths []string
     5  }