tenable/Terrascan IaC scanner

Uses Terrascan to detect security violations on Terraform/CloudFormation/k8s/Helm/Kustomize files

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
iac_dirpath to a directory containing one or more IaC files (default ".")no.
iac_typeIaC type (helm, k8s, kustomize, terraform)yes
iac_versionIaC version (helm: v3, k8s: v1, kustomize: v3, terraform: v12, v14)no
non_recursivedo not scan directories and modules recursivelyno
policy_pathpolicy path directory for custom policiesno
policy_typepolicy type (all, aws, azure, gcp, github, k8s) (default all)no
skip_rulesone or more rules to skip while scanning (example: "ruleID1,ruleID2")no
config_pathconfig file pathno
only_warnthe action will only warn and not error when violations are foundno
sarif_uploadif true a sarif file named terrascan.sarif will be generated with the results of the scanno
verbosewill show violations with additional details (applicable for default output)no
find_vulnerabilitieswill display vulnerabilities for Docker images present in the IaC files being scannedno
scm_tokenwill use given access token when authenticating to provided SCM to scan IaC templates/modulesno
webhook_urlthe URL where scanned report and normalized config json will be sentno
webhook_tokenthe auth token to call the notification webhook URLno

no outputs