mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-09 06:10:47 -08:00
* docs: add coverage * add more pages * add dart, dotnet, elixir languages. * add C, ruby, cocoapods. Update links * rename headers for dart and elixir * docs: add Google Distroless and Photon OS * docs: add IaC * docs: put vulnerability into a single page * fixed broken links * docs: add coverage overview * update some links * add note about arch for Rocky linux * docs: fix typo * fix typo * docs: add footnotes * docs: add a link to coverage in the license section * docs: add a conversion table * docs: get aligned --------- Co-authored-by: DmitriyLewen <dmitriy.lewen@smartforce.io>
833 B
833 B
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, |
| CloudFormation | *.yml, *.yaml, *.json |
| Azure ARM Template | *.json |
| Helm | *.yaml, *.tpl, *.tar.gz, etc. |