av image list
List the container images scanned for a project - one row per image with its OS, base image, whether continuous monitoring is on, and its latest RED / YELLOW / GREEN counts.
Synopsis
Section titled “Synopsis”av image list [flags]Description
Section titled “Description”av image list lists the container images registered for a project. An image is
registered the first time you av image scan it with --project, so this
command is the roster of every image AlertaVuln holds findings for. You must be
logged in (av login), and --project is required.
The table shows IMAGE (the reference), OS, BASE, MONITOR (whether
continuous monitoring is enabled - Enterprise), LAST SCANNED, and the
RED / YELLOW /
GREEN counts. --json prints the raw JSON
payload instead.
Options
Section titled “Options”| Flag | Default | Description |
|---|---|---|
--project |
- | Project ID (required) |
--json |
false |
Output raw JSON instead of a table |
Examples
Section titled “Examples”List a project’s scanned images:
av image list --project <projectId>Get the roster as JSON, for scripting or piping into jq:
av image list --project <projectId> --jsonExit codes
Section titled “Exit codes”| Code | Meaning |
|---|---|
0 |
Images listed, even when the list is empty |
1 |
Not logged in, missing --project, or the API request failed |
See also
Section titled “See also”av image scan- scan an image (and register it on first upload)av image findings- pull the consolidated findings the server holds- Continuous monitoring - re-check stored images as new CVEs land (Enterprise)