vulnerability_report
Generate a detailed vulnerability report for a Docker image, including remediation recommendations with package upgrade suggestions.
Instructions
Generate a detailed vulnerability report for a Docker image with remediation recommendations (which packages to upgrade). More detailed than scan_image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Image tag | |
| image | Yes | Docker image name | |
| timeout | No | Timeout in seconds (default: 180) | |
| severity | No | Severities to include (default: CRITICAL,HIGH,MEDIUM,LOW) |