mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-12 07:40:48 -08:00
1.5 KiB
1.5 KiB
Infrastructure as Code
Scanner
Trivy scans Infrastructure as Code (IaC) files for
Supported configurations
| Config type | File patterns |
|---|---|
| Kubernetes | *.yml, *.yaml, *.json |
| Docker | Dockerfile, Containerfile |
| Terraform | *.tf, *.tf.json, *.tfvars |
| Terraform Plan | tfplan, *.tfplan, *.json |
| CloudFormation | *.yml, *.yaml, *.json |
| Azure ARM Template | *.json |
| Helm | *.yml, *.yaml, *.tpl, *.tar.gz, etc. |
| YAML | *.yaml, *.yml |
| JSON | *.json |
| Ansible | *.yml, *.yaml, *.json, *.ini, without extension |