mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
include binary cataloger configuration defaults (#2504)
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
This commit is contained in:
parent
5602c80edb
commit
297ece6904
@ -20,6 +20,7 @@ type Config struct {
|
|||||||
|
|
||||||
func DefaultConfig() Config {
|
func DefaultConfig() Config {
|
||||||
return Config{
|
return Config{
|
||||||
|
Binary: binary.DefaultCatalogerConfig(),
|
||||||
Golang: golang.DefaultCatalogerConfig(),
|
Golang: golang.DefaultCatalogerConfig(),
|
||||||
LinuxKernel: kernel.DefaultLinuxCatalogerConfig(),
|
LinuxKernel: kernel.DefaultLinuxCatalogerConfig(),
|
||||||
Python: python.DefaultCatalogerConfig(),
|
Python: python.DefaultCatalogerConfig(),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user