scout_quickview
Summarize a Docker image's CVE posture with per-severity counts and base-image status to speed triage before diving into details.
Instructions
Render a compact summary of an image's CVE posture.
The fastest triage step — counts per severity plus base-image status. Drill into individual
findings with scout_cves, which unlike this tool can emit machine-readable JSON; get upgrade
suggestions with scout_recommendations.
Output is plain text only: docker scout quickview has no output-format option, so result
is always the rendered text rather than a parsed document.
Does not raise on a non-zero CLI exit (a missing scout plugin still raises) — inspect
raw.stderr.
args: image - Image reference platform - Platform of the image to analyze, e.g. "linux/amd64" returns: dict - {"result": , "raw": }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | ||
| platform | No |