Skip to content

Commit

Permalink
fix none in files
Browse files Browse the repository at this point in the history
Signed-off-by: tomersein <[email protected]>
  • Loading branch information
tomersein committed Aug 17, 2024
1 parent 3b18321 commit e4c4766
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syft/cataloging/filecataloging/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ func DefaultConfig() Config {
log.WithFields("error", err).Warn("unable to create file hashers")
}
return Config{
Enabled: true,
Selection: file.FilesOwnedByPackageSelection,
Hashers: hashers,
Content: filecontent.DefaultConfig(),
Expand Down

0 comments on commit e4c4766

Please sign in to comment.