Skip to content

Commit

Permalink
exclude dotnet executable cataloger (#232)
Browse files Browse the repository at this point in the history
Signed-off-by: Benji Visser <benji@093b.org>
  • Loading branch information
noqcks committed Nov 14, 2023
1 parent 78566c3 commit 807e52b
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions cmd/xeol/cli/options/search.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,41 @@ func (cfg search) ToConfig() cataloger.Config {
IncludeUnindexedArchives: cfg.IncludeUnindexedArchives,
Scope: cfg.GetScope(),
},
Catalogers: []string{
"alpm-db-cataloger",
"apkdb-cataloger",
"binary-cataloger",
"cargo-auditable-binary-cataloger",
"cocoapods-cataloger",
"conan-cataloger",
"dartlang-lock-cataloger",
"dotnet-deps-cataloger",
"dpkgdb-cataloger",
"javascript-cataloger",
"elixir-mix-lock-cataloger",
"erlang-rebar-lock-cataloger",
"go-module-file-cataloger",
"go-module-binary-cataloger",
"graalvm-native-image-cataloger",
"haskell-cataloger",
"java-cataloger",
"java-gradle-lockfile-cataloger",
"java-pom-cataloger",
"linux-kernel-cataloger",
"nix-store-cataloger",
"php-composer-installed-cataloger",
"php-composer-lock-cataloger",
"portage-cataloger",
"python-package-cataloger",
"python-installed-package-cataloger",
"rpm-db-cataloger",
"rpm-archive-cataloger",
"ruby-gemfile-cataloger",
"ruby-installed-gemspec-cataloger",
"rust-cargo-lock-cataloger",
"sbom-cataloger",
"spm-cataloger",
},
ExcludeBinaryOverlapByOwnership: true,
}
}

0 comments on commit 807e52b

Please sign in to comment.