triat / terraform-security-scan

Run a security scan on your terraform with the very nice https://github.com/aquasecurity/tfsec
MIT License
110 stars 30 forks source link

Revert tfsec to 0.19.0. #3

Closed mwz closed 4 years ago

mwz commented 4 years ago

Reverts tfsec to the last working version (as tfsec > 0.19 hangs indefinitely). Relates to https://github.com/liamg/tfsec/issues/113.

triat commented 4 years ago

Hey @mwz,

Thanks for the update, I had not seen the issue on the tfsec repo. I'm merging it for now and will see if I can do something better (like a variable to define which version of tfsec using).

mwz commented 4 years ago

thanks, yeah an optional version field would be nice 👍