terraform-security-scan
terraform-security-scan copied to clipboard
Run a security scan on your terraform with the very nice https://github.com/aquasecurity/tfsec
Caching
I'd like to cache the dependencies that this action downloads to speed up the sequential runs. Is this a feature you would want to add to this action or would...
This changes adds the ability to pass a config file for the tfsec scans. See tfsec [config-file docs](https://tfsec.dev/docs/config/). We are using tfsec with cdktf generated `tf.json` files. tfsec scan does...
I'm trying to add a tfvars file to the github action but can't seem to get it to work, any help would be appreciated. Here is what I have: jobs:...
In a repository where there are multiple terraform plans, you currently have to invoke this action multiple times, each with a seperate `tfsec_actions_working_dir`. It would be great if the argument...
As we can see on this PR #7 mistakes happen and it would be nice to have a quick build running on PR so we can see as soon as...