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
-
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
-i
flag 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