mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-22 15:16:33 -08:00
@@ -24,7 +24,7 @@ import (
|
||||
// SuperSet binds cache dependencies
|
||||
var SuperSet = wire.NewSet(
|
||||
cache.NewFSCache,
|
||||
wire.Bind(new(cache.LocalArtifactCache), new(cache.FSCache)),
|
||||
wire.Bind(new(cache.Cache), new(cache.FSCache)),
|
||||
NewCache,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user