Skip to content

Commit

Permalink
feat: update skip-images flag description
Browse files Browse the repository at this point in the history
Signed-off-by: chenk <[email protected]>
  • Loading branch information
chen-keinan committed Apr 4, 2024
1 parent 0f79a25 commit fdeb940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/flag/kubernetes_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ var (
SkipImages = Flag[bool]{
Name: "skip-images",
ConfigName: "kubernetes.skip.images",
Usage: "skip the scanning of images in the resources",
Usage: "skip the download and scanning (vuln and secret) of images in the cluster resources",
}
ExcludeNodes = Flag[[]string]{
Name: "exclude-nodes",
Expand Down

0 comments on commit fdeb940

Please sign in to comment.