tenable/terrascan

Terrascan issue with aws terraform

TypeBanzai opened this issue · 0 comments

  • terrascan version: 1.18.3
  • Operating System: docker container

Description

In a air gapped environment. Running Terrascan against aws tf files. During debugging I noticed when there is a aws module specified. Terrascan perform a get request to hashicorp and download the providers. But if you don’t have specify an aws modules it doesn’t perform a get request to hashicorp. My question is there a way to have Terrascan to ignore or prevent it installing providers ?

Or even a way to have Terrascan ignore TLS request since we don’t need it to reach to the internet.