image#
Manage application images.
Usage:
$ jd image [OPTIONS] COMMAND [ARGS]...
Options:
--help: Show this message and exit.
Commands:
list: List application images for this project.show: Show details of an application image.status: Check the status of an application image.tags: List available tags for an application image.vulnerabilities: List vulnerabilities for an application…
image list#
List application images for this project.
Run either from a project directory that you created with
Usage:
$ jd image list [OPTIONS]
Options:
-p, --path <path>: Directory of the project.--json: Output as JSON.--text: Output as plain names.--help: Show this message and exit.
image show#
Show details of an application image.
Run either from a project directory that you created with
Usage:
$ jd image show [OPTIONS]
Options:
--name <str>: Name of the image.-p, --path <path>: Directory of the project.--json: Output as JSON.--help: Show this message and exit.
image status#
Check the status of an application image.
Reports whether the image is present in its registry (available) or missing.
Run either from a project directory that you created with
Usage:
$ jd image status [OPTIONS]
Options:
--name <str>: Name of the image.-p, --path <path>: Directory of the project.--help: Show this message and exit.
image vulnerabilities#
List vulnerabilities for an application image.
Shows HIGH and CRITICAL severity vulnerabilities detected by the image scanner. If –tag is not specified, uses the current deployed tag.
The EPSS column shows the Exploit Prediction Scoring System probability that a CVE will be exploited in the wild within the next 30 days, as a percentage from 0% to 100% — higher means more urgent. It shows n/a for scanners that do not provide it (for example basic registry scanning).
Run either from a project directory that you created with
Usage:
$ jd image vulnerabilities [OPTIONS]
Options:
--name <str>: Name of the image.--tag <str>: Image tag to check.-p, --path <path>: Directory of the project.--json: Output as JSON.--help: Show this message and exit.