We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e5f2f9 commit a5ab558Copy full SHA for a5ab558
agent/kubviz/trivy.go
@@ -30,7 +30,7 @@ func executeCommandTrivy(command string) ([]byte, error) {
30
}
31
func RunTrivyK8sClusterScan(js nats.JetStreamContext) error {
32
var report report.ConsolidatedReport
33
- cmdString := "trivy k8s --report summary cluster --exclude-nodes kubernetes.io/arch:amd64 --timeout 20m -f json --cache-dir /tmp/.cache --debug"
+ cmdString := "trivy k8s --report summary cluster --exclude-nodes kubernetes.io/arch:amd64 --timeout 60m -f json --cache-dir /tmp/.cache --debug"
34
35
// Log the command before execution
36
log.Printf("Executing command: %s\n", cmdString)
0 commit comments