Skip to content

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.

Terminal window
av image list [flags]

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.

Flag Default Description
--project - Project ID (required)
--json false Output raw JSON instead of a table

List a project’s scanned images:

Terminal window
av image list --project <projectId>

Get the roster as JSON, for scripting or piping into jq:

Terminal window
av image list --project <projectId> --json
Code Meaning
0 Images listed, even when the list is empty
1 Not logged in, missing --project, or the API request failed