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

Enable Tfsec cmdline options in this Github Action #10

Closed whytoe closed 3 years ago

whytoe commented 4 years ago

$(/go/bin/tfsec /github/workspace --no-colour) be changed to $(/go/bin/tfsec /github/workspace --$TFSEC_CMDLINE_OPTIONS)

triat commented 3 years ago

Hi @whytoe,

I've proposed a different version of what you wrote. I'd love to have your opinion and feedback on that.

Anyway thanks for the proposition of change 👍

whytoe commented 3 years ago

Awesome! this is great! thank you