tenable / terrascan-action

Terrascan GitHub action. Scan infrastructure as code including Terraform, Kubernetes, Helm, and Kustomize file for security best practices.
Apache License 2.0
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

loganmarchione commented 1 year ago

I'm currently using Terrascan via GitHub Actions. I have a TOML configuration file to set the severity cutoff at high.

[severity]
  level = "high"

It would be much more convenient to have this option directly in the GitHub Actions arguments (like iac_dir or policy_type).