mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 00:13: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 {
|
||||
def := python.DefaultCatalogerConfig()
|
||||
return pythonConfig{
|
||||
GuessUnpinnedRequirements: def.GuessUnpinnedRequirements,
|
||||
GuessUnpinnedRequirements: &def.GuessUnpinnedRequirements,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user