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

Output format and output file not working #37

Closed lghakamo-paf closed 3 years ago

lghakamo-paf commented 3 years ago

Expected: Using action with tfsec_output_format should output content in the provided format. Using action with tfsec_output_file should output the content to the file specified.

Outcome: Regardless of parameter values content is only output in default format to stdout.