Terrascan GitHub action. Scan infrastructure as code including Terraform, Kubernetes, Helm, and Kustomize file for security best practices.
51
stars
30
forks
source link
Feature request: Allow setting severity cutoff directly in the Action as opposed to a config file #80
Open
loganmarchione opened 1 year ago
I'm currently using Terrascan via GitHub Actions. I have a TOML configuration file to set the severity cutoff at high.
It would be much more convenient to have this option directly in the GitHub Actions arguments (like
iac_dir
orpolicy_type
).