mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-09-15 06:41:00 +00:00
feat: integration ready for first review
Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
This commit is contained in:
@@ -24,7 +24,7 @@ type Integration struct {
|
||||
}
|
||||
|
||||
var integrations = map[string]IIntegration{
|
||||
"trivy": trivy.NewTrivy(),
|
||||
"VulnerabilityReport": trivy.NewTrivy(),
|
||||
}
|
||||
|
||||
func NewIntegration() *Integration {
|
||||
|
Reference in New Issue
Block a user