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
Using a build from master, with the code to download private modules from Terraform Cloud, I was able to get the following results from terrascan:
Violation Details -
Description : Ensure CloudWatch logging is enabled for Route53 hosted zones.
File : ../tmp/vgfgfm/main.tf
Line : 235
Severity : MEDIUM
-----------------------------------------------------------------------
Description : Ensure VPC flow logging is enabled in all VPCs
File : ../tmp/vgfgfm/main.tf
Line : 58
Severity : MEDIUM
-----------------------------------------------------------------------
Description : Like any other EC2 instance it is recommended to place ECS instance within a VPC. AWS VPCs provides the controls to facilitate a formal process for approving and testing all network connections and changes to the firewall and router configurations
File : ../tmp/lahpo5/main.tf
Line : 547
Severity : HIGH
-----------------------------------------------------------------------
Description : http port open to internet
File : ../tmp/lahpo5/main.tf
Line : 82
Severity : HIGH
-----------------------------------------------------------------------
The scan works well but the File path is less helpful when it comes to working out which module inclusion has raised the issue.
It would be useful to have either the module name, or the module instance, as the path instead of the random unique value used.
The text was updated successfully, but these errors were encountered:
Using a build from master, with the code to download private modules from Terraform Cloud, I was able to get the following results from terrascan:
The scan works well but the File path is less helpful when it comes to working out which module inclusion has raised the issue.
It would be useful to have either the module name, or the module instance, as the path instead of the random unique value used.
The text was updated successfully, but these errors were encountered: