Skip to content

Commit

Permalink
feat: change flag name from skip-deep to skip images
Browse files Browse the repository at this point in the history
Signed-off-by: chenk <hen.keinan@gmail.com>
  • Loading branch information
chen-keinan committed Apr 3, 2024
1 parent fd00f00 commit 7d57741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/references/configuration/cli/trivy_kubernetes.md
Expand Up @@ -89,9 +89,9 @@ trivy kubernetes [flags] { cluster | all | specific resources like kubectl. eg:
-s, --severity strings severities of security issues to be displayed (UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL) (default [UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL])
--show-suppressed [EXPERIMENTAL] show suppressed vulnerabilities
--skip-db-update skip updating vulnerability database
--skip-deep skip the deep scan of the resources
--skip-dirs strings specify the directories or glob patterns to skip
--skip-files strings specify the files or glob patterns to skip
--skip-images skip the scanning of images in the resources
--skip-java-db-update skip updating Java index database
--skip-policy-update skip fetching rego policy updates
-t, --template string output template
Expand Down
2 changes: 1 addition & 1 deletion pkg/flag/kubernetes_flags.go
Expand Up @@ -72,7 +72,7 @@ var (
SkipImages = Flag[bool]{
Name: "skip-images",
ConfigName: "kubernetes.skip.images",
Usage: "skip the images scan of the resources",
Usage: "skip the scanning of images in the resources",
}
ExcludeNodes = Flag[[]string]{
Name: "exclude-nodes",
Expand Down

0 comments on commit 7d57741

Please sign in to comment.