Skip to content

Commit 97f95c4

Browse files
authored
docs(terraform): add file patterns for Terraform Plan (aquasecurity#6393)
1 parent abd62ae commit 97f95c4

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

docs/docs/coverage/iac/index.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@ Trivy scans Infrastructure as Code (IaC) files for
88

99
## Supported configurations
1010

11-
| Config type | File patterns |
12-
|-------------------------------------|-------------------------------|
13-
| [Kubernetes](kubernetes.md) | *.yml, *.yaml, *.json |
14-
| [Docker](docker.md) | Dockerfile, Containerfile |
15-
| [Terraform](terraform.md) | *.tf, *.tf.json, *.tfvars, |
16-
| [CloudFormation](cloudformation.md) | *.yml, *.yaml, *.json |
17-
| [Azure ARM Template](azure-arm.md) | *.json |
18-
| [Helm](helm.md) | *.yaml, *.tpl, *.tar.gz, etc. |
11+
| Config type | File patterns |
12+
|-------------------------------------|-----------------------------------------------|
13+
| [Kubernetes](kubernetes.md) | \*.yml, \*.yaml, \*.json |
14+
| [Docker](docker.md) | Dockerfile, Containerfile |
15+
| [Terraform](terraform.md) | \*.tf, \*.tf.json, \*.tfvars |
16+
| [Terraform Plan](terraform.md) | tfplan, \*.tfplan, \*.tfplan.json, \*.tf.json |
17+
| [CloudFormation](cloudformation.md) | \*.yml, \*.yaml, \*.json |
18+
| [Azure ARM Template](azure-arm.md) | \*.json |
19+
| [Helm](helm.md) | \*.yaml, \*.tpl, \*.tar.gz, etc. |
1920

2021
[misconf]: ../../scanner/misconfiguration/index.md
2122
[secret]: ../../scanner/secret.md

0 commit comments

Comments
 (0)