You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by andyshinn May 17, 2022
How can I exclude the .terraform folder from my scans? I see there is a -e switch to the scan command. But I have tried several permutations that don't seem to do anything:
-e ".terraform"
-e ".terraform/*"
-e "*/.terraform"
-e "*/.terraform/*"
-e "**/.terraform"
But the .terraform folder in each module still gets scanned. How do I exclude it?
The text was updated successfully, but these errors were encountered:
Discussed in #5365 by @andyshinn
Originally posted by andyshinn May 17, 2022
How can I exclude the
.terraform
folder from my scans? I see there is a-e
switch to thescan
command. But I have tried several permutations that don't seem to do anything:-e ".terraform"
-e ".terraform/*"
-e "*/.terraform"
-e "*/.terraform/*"
-e "**/.terraform"
But the
.terraform
folder in each module still gets scanned. How do I exclude it?The text was updated successfully, but these errors were encountered: