diff --git a/docs/docs/coverage/iac/index.md b/docs/docs/coverage/iac/index.md index 21f0209f2fad..168c3dd650fa 100644 --- a/docs/docs/coverage/iac/index.md +++ b/docs/docs/coverage/iac/index.md @@ -8,14 +8,15 @@ Trivy scans Infrastructure as Code (IaC) files for ## Supported configurations -| Config type | File patterns | -|-------------------------------------|-------------------------------| -| [Kubernetes](kubernetes.md) | *.yml, *.yaml, *.json | -| [Docker](docker.md) | Dockerfile, Containerfile | -| [Terraform](terraform.md) | *.tf, *.tf.json, *.tfvars, | -| [CloudFormation](cloudformation.md) | *.yml, *.yaml, *.json | -| [Azure ARM Template](azure-arm.md) | *.json | -| [Helm](helm.md) | *.yaml, *.tpl, *.tar.gz, etc. | +| Config type | File patterns | +|-------------------------------------|-----------------------------------------------| +| [Kubernetes](kubernetes.md) | \*.yml, \*.yaml, \*.json | +| [Docker](docker.md) | Dockerfile, Containerfile | +| [Terraform](terraform.md) | \*.tf, \*.tf.json, \*.tfvars | +| [Terraform Plan](terraform.md) | tfplan, \*.tfplan, \*.tfplan.json, \*.tf.json | +| [CloudFormation](cloudformation.md) | \*.yml, \*.yaml, \*.json | +| [Azure ARM Template](azure-arm.md) | \*.json | +| [Helm](helm.md) | \*.yaml, \*.tpl, \*.tar.gz, etc. | [misconf]: ../../scanner/misconfiguration/index.md [secret]: ../../scanner/secret.md