scout_quickview
Summarize a container image's CVE posture with severity counts and base-image status, enabling quick security triage.
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 or a timeout still raises) - inspect
raw.stderr.
Args: 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 |