Skip to content

Commit

Permalink
add comment about dotnet cataloger
Browse files Browse the repository at this point in the history
Signed-off-by: Benji Visser <[email protected]>
  • Loading branch information
noqcks committed Aug 9, 2024
1 parent 77ff8aa commit 76a52bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/xeol/cli/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,8 @@ func getMatchers(opts *options.Xeol) []matcher.Matcher {
func getProviderConfig(opts *options.Xeol) pkg.ProviderConfig {
cfg := syft.DefaultCreateSBOMConfig().WithCatalogerSelection(
pkgcataloging.NewSelectionRequest().WithRemovals(
// the dotnet-executable-parser has myriad issues with naming as well as
// incorrect versioning, excluding it for now until the quality is better.
"dotnet-portable-executable-cataloger",
).WithAdditions(
"alpm-db-cataloger",
Expand Down

0 comments on commit 76a52bb

Please sign in to comment.