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:
| Flag | Description |
|---|---|
--provider | Limit the scan to resources from a specific provider ID |
--resource | Scan a single resource by ID |
vulnerability list
List vulnerability findings with optional filters.
Synopsis:
| Flag | Values | Description |
|---|---|---|
--severity | critical, high, medium, low | Filter by CVSS severity |
--status | open, fixed, ignored | Filter by remediation status |
--provider | provider ID | Filter by provider |