github.com/anchore/syft@v1.38.2/syft/source/exclude.go (about)

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