mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-22 23:26:39 -08:00
feat(k8s)!: node-collector dynamic commands support (#6861)
Signed-off-by: chenk <hen.keinan@gmail.com>
This commit is contained in:
@@ -39,7 +39,7 @@ var (
|
||||
NodeCollectorImageRef = Flag[string]{
|
||||
Name: "node-collector-imageref",
|
||||
ConfigName: "kubernetes.node-collector.imageref",
|
||||
Default: "ghcr.io/aquasecurity/node-collector:0.2.1",
|
||||
Default: "ghcr.io/aquasecurity/node-collector:0.3.1",
|
||||
Usage: "indicate the image reference for the node-collector scan job",
|
||||
}
|
||||
ExcludeOwned = Flag[bool]{
|
||||
|
||||
Reference in New Issue
Block a user