Scan Helm chart trivy
Check Helm chart templates for security misconfigurations
trivy config ./my-chart
more trivy
all 15 commands →
Scan with JSON output
trivy image --format json -o results.json img:tag
Scan IaC directory
trivy config --severity MEDIUM,HIGH,CRITICAL ./terraform
Ignore unfixed CVEs
trivy image --ignore-unfixed --severity HIGH,CRITICAL img:tag
Update vulnerability DB
trivy image --download-db-only
Scan filesystem
trivy fs .