@@ -8,14 +8,15 @@ Trivy scans Infrastructure as Code (IaC) files for
8
8
9
9
## Supported configurations
10
10
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. |
19
20
20
21
[ misconf ] : ../../scanner/misconfiguration/index.md
21
22
[ secret ] : ../../scanner/secret.md
0 commit comments