This repository was archived by the owner on Nov 20, 2025. It is now read-only.
Is there a way to filter the list of IaC to scan? #1458
Unanswered
finkinfridom
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have a repository containing different terraform modules, helm charts, and k8s definition files.
At the moment, we cannot specify we want to scan terraform and k8s ONLY.
We tried to provide the
-iflag multiple times but only the last flag will be read (e.g. terrascan scan -i terraform -i k8s)We tried to provide a comma-separated value (e.g.
-i terraform,k8s) but the code didn't accept it.Would it be possible in the future?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions