Skip to main content
The vulnerability command group (alias: vuln) manages vulnerability scanning and CVE findings. InfraAudit uses Trivy and the NVD database to identify vulnerabilities in your cloud resources.

vulnerability scan

Run a vulnerability scan against all resources, or target a specific resource. Synopsis:
Examples:

vulnerability list

List vulnerability findings with optional filters. Synopsis:
Examples:

vulnerability get

Show full details for a single CVE finding, including the CVE identifier, description, CVSS score, and affected resource: Synopsis:
Example:

vulnerability summary

Show an aggregate count of open findings grouped by severity:

vulnerability top

Show the highest-severity open vulnerability findings across all resources:
To generate an AI-powered fix suggestion for a vulnerability, use infraudit remediation suggest-vuln <id>.