Home Explore Blog Models CI



docker

1st chunk of `_vendor/github.com/docker/scout-cli/docs/scout_quickview.md`
8028190b3d5148d6943b8071d541753666b1a6886963ee730000000100000a8f
# docker scout quickview

<!---MARKER_GEN_START-->
Quick overview of an image

### Aliases

`docker scout quickview`, `docker scout qv`

### Options

| Name                  | Type          | Default | Description                                                                                             |
|:----------------------|:--------------|:--------|:--------------------------------------------------------------------------------------------------------|
| `--env`               | `string`      |         | Name of the environment                                                                                 |
| `--ignore-suppressed` |               |         | Filter CVEs found in Scout exceptions based on the specified exception scope                            |
| `--latest`            |               |         | Latest indexed image                                                                                    |
| `--only-policy`       | `stringSlice` |         | Comma separated list of policies to evaluate                                                            |
| `--only-vex-affected` |               |         | Filter CVEs by VEX statements with status not affected                                                  |
| `--org`               | `string`      |         | Namespace of the Docker organization                                                                    |
| `-o`, `--output`      | `string`      |         | Write the report to a file                                                                              |
| `--platform`          | `string`      |         | Platform of image to analyze                                                                            |
| `--ref`               | `string`      |         | Reference to use if the provided tarball contains multiple references.<br>Can only be used with archive |
| `--vex-author`        | `stringSlice` |         | List of VEX statement authors to accept                                                                 |
| `--vex-location`      | `stringSlice` |         | File location of directory or file containing VEX statements                                            |


<!---MARKER_GEN_END-->

## Description

The `docker scout quickview` command displays a quick overview of an image.
It displays a summary of the vulnerabilities in the specified image
and vulnerabilities from the base image.
If available, it also displays base image refresh and update recommendations.

If no image is specified, the most recently built image is used.

The following artifact types are supported:

- Images
- OCI layout directories
- Tarball archives, as created by `docker save`

Title: Docker Scout Quickview Command
Summary
The `docker scout quickview` command provides a quick overview of an image, including a summary of vulnerabilities and base image refresh recommendations. It supports images, OCI layout directories, and tarball archives. Several options are available to filter and customize the output, such as specifying the environment, ignoring suppressed CVEs, filtering by policy, and specifying VEX statement authors and locations. If no image is specified, the most recently built image is used.