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

Add option to disable warning globally #9

Closed Sturgelose closed 3 years ago

Sturgelose commented 4 years ago

tfsec supports -e arguments to disable warnings on some found issues. Would be nice to include it in the GithubAction a configuration.

Maybe with a with: or directly with and ENV variable.