-
QuestionHi, I am having some trouble adapting the Trivy CLI to easily scan all my Helm Charts in a single command. The repository I am scanning has the following structure :
I have only managed to scan each Helm Chart one-by-one because the Is there a way to tell Trivy to look for Otherwise, I can render the Helm templates one by one in an output dir and then Trivy will be able to scan them all at once, but I was wondering if there could be a direct workaround. TargetGit Repository ScannerMisconfiguration Output FormatTable ModeStandalone Operating SystemmacOS Sonoma 14.5 Version2024/08/27 11:06:26 INFO Loaded file_path=trivy.yaml
Version: 0.54.1
Vulnerability DB:
Version: 2
UpdatedAt: 2024-08-27 06:12:05.011405225 +0000 UTC
NextUpdate: 2024-08-27 12:12:05.011404834 +0000 UTC
DownloadedAt: 2024-08-27 08:09:34.000391 +0000 UTC
Check Bundle:
Digest: sha256:ef2d9ad4fce0f933b20a662004d7e55bf200987c180e7f2cd531af631f408bb3
DownloadedAt: 2024-08-27 08:41:07.606058 +0000 UTC |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
@yannispgs Unfortunately, Trivy does not now support autodetection of values files. |
Beta Was this translation helpful? Give feedback.
-
@simar7 What do you think about adding loading values files from charts like Helm does?
|
Beta Was this translation helpful? Give feedback.
-
I've created #7459 to track implementing it. |
Beta Was this translation helpful? Give feedback.
-
@yannispgs Sorry if I was misleading, Trivy supports |
Beta Was this translation helpful? Give feedback.
@yannispgs Unfortunately, Trivy does not now support autodetection of values files.