mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-22 23:26:39 -08:00
Fix inifinite loop when resolving dependencies of packages in Alpine (#364)
* Change fanal ref * Fix Inifinite loop when resolving dependencies of packages in Alpine
This commit is contained in:
committed by
Teppei Fukuda
parent
db2d0c2e9b
commit
43362b2832
@@ -14,7 +14,7 @@ import (
|
||||
)
|
||||
|
||||
var SuperSet = wire.NewSet(
|
||||
cache.New,
|
||||
cache.Initialize,
|
||||
NewCache,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user