From 7f95e5dfca146dba54f9229828e431304f3edd1b Mon Sep 17 00:00:00 2001 From: chenk Date: Tue, 2 Apr 2024 12:07:37 +0300 Subject: [PATCH] feat: change flag name from skip-intrusive to non-intrusive Signed-off-by: chenk --- docs/docs/references/configuration/cli/trivy_kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/references/configuration/cli/trivy_kubernetes.md b/docs/docs/references/configuration/cli/trivy_kubernetes.md index d5e2cfbbbfe1..cd78be1d05fc 100644 --- a/docs/docs/references/configuration/cli/trivy_kubernetes.md +++ b/docs/docs/references/configuration/cli/trivy_kubernetes.md @@ -65,6 +65,7 @@ trivy kubernetes [flags] { cluster | all | specific resources like kubectl. eg: --no-progress suppress progress bar --node-collector-imageref string indicate the image reference for the node-collector scan job (default "ghcr.io/aquasecurity/node-collector:0.0.9") --node-collector-namespace string specify the namespace in which the node-collector job should be deployed (default "trivy-temp") + --non-intrusive When the flag is activated, the node-collector job will not be executed, thus skipping misconfiguration findings on the node. --offline-scan do not issue API requests to identify dependencies -o, --output string output file name --output-plugin-arg string [EXPERIMENTAL] output plugin arguments @@ -90,7 +91,6 @@ trivy kubernetes [flags] { cluster | all | specific resources like kubectl. eg: --skip-db-update skip updating vulnerability database --skip-dirs strings specify the directories or glob patterns to skip --skip-files strings specify the files or glob patterns to skip - --skip-intrusive When the flag is activated, the node-collector job will not be executed, thus skipping misconfiguration findings on the node. --skip-java-db-update skip updating Java index database --skip-policy-update skip fetching rego policy updates -t, --template string output template