chore: Fixing broken tests

Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
This commit is contained in:
Alex Jones
2023-04-11 12:42:02 +01:00
parent 55dda432ab
commit c809af3f47
6 changed files with 19 additions and 18 deletions

View File

@@ -23,10 +23,6 @@ type IIntegration interface {
type Integration struct {
}
type IntegrationProvider struct {
Active []string `mapstructure:"active"`
}
var integrations = map[string]IIntegration{
"trivy": trivy.NewTrivy(),
}