mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-09-04 00:36:33 +00:00
chore: Fixing broken tests
Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
This commit is contained in:
@@ -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(),
|
||||
}
|
||||
|
Reference in New Issue
Block a user