-
Notifications
You must be signed in to change notification settings - Fork 507
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support from modules #2
Comments
Is there any support in Terrascan for modules? Any workaround? |
see pull request #150 |
Is this still an open issue, having issues attempting to scan modules, as it's all we really use |
Terrascan v1.0.0 supports terraform modules, currently only Local Paths source type is supported. Terrascan supports terraform module traversal for IaC scanning with Terrascan internally implements a Terrascan would report violations for the terraform files in the modules as well. |
Is support for git repo or Terraform Registry modules in this project's roadmap? Is there a way to direct the tool to ignore modules with unsupported sources? Most of my Terraform code points to some sort of remote module, which causes the tool to error out. |
- try #2 with cognitive complexity by moving for loop outside of the render func - update error level of some log messages
- try #2 with cognitive complexity by moving for loop outside of the render func - update error level of some log messages
Terrascan should detect any modules in the terraform templates and scan them.
The text was updated successfully, but these errors were encountered: