File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/docs/references/configuration/cli Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 7272 SkipImages = Flag [bool ]{
7373 Name : "skip-images" ,
7474 ConfigName : "kubernetes.skip.images" ,
75- Usage : "skip the download and scanning (vuln and secret) of images in the cluster 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" ,
You can’t perform that action at this time.
0 commit comments