mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 08:23:15 +01:00
fix compile error
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
This commit is contained in:
parent
7e330cdff8
commit
308185c568
@ -18,7 +18,7 @@ var _ interface {
|
|||||||
func defaultPythonConfig() pythonConfig {
|
func defaultPythonConfig() pythonConfig {
|
||||||
def := python.DefaultCatalogerConfig()
|
def := python.DefaultCatalogerConfig()
|
||||||
return pythonConfig{
|
return pythonConfig{
|
||||||
GuessUnpinnedRequirements: def.GuessUnpinnedRequirements,
|
GuessUnpinnedRequirements: &def.GuessUnpinnedRequirements,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user