Skip to content

Commit a2e4ee8

Browse files
committed
feat: update skip-images flag description
Signed-off-by: chenk <[email protected]>
1 parent 0f79a25 commit a2e4ee8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docs/references/configuration/cli/trivy_kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ trivy kubernetes [flags] { cluster | all | specific resources like kubectl. eg:
9191
--skip-db-update skip updating vulnerability database
9292
--skip-dirs strings specify the directories or glob patterns to skip
9393
--skip-files strings specify the files or glob patterns to skip
94-
--skip-images skip the scanning of images in the resources
94+
--skip-images skip the downloading and scanning of images (vulnerabilities and secrets) in the cluster resources
9595
--skip-java-db-update skip updating Java index database
9696
--skip-policy-update skip fetching rego policy updates
9797
-t, --template string output template

pkg/flag/kubernetes_flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ var (
7272
SkipImages = Flag[bool]{
7373
Name: "skip-images",
7474
ConfigName: "kubernetes.skip.images",
75-
Usage: "skip the scanning of images in the resources",
75+
Usage: "skip the downloading and scanning of images (vulnerabilities and secrets) in the cluster resources",
7676
}
7777
ExcludeNodes = Flag[[]string]{
7878
Name: "exclude-nodes",

0 commit comments

Comments
 (0)