small fixes

Signed-off-by: Yves Brissaud <yves.brissaud@docker.com>
This commit is contained in:
Yves Brissaud 2023-04-05 16:02:36 +02:00
parent ab957ffbc2
commit 79c26e0b78
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
command: docker scout compare
short: '[early preview] Compare two images and display differences'
long: |-
The `docker scout compare` command analyzes two images and display a comparison of both.
The `docker scout compare` command analyzes two images and displays a comparison of both.
> This command is in **early preview** and its behaviour might change in the future

View File

@ -2,7 +2,7 @@ command: docker scout quickview
short: Quick overview of an image
long: |-
The `docker scout quickview` command displays a quick overview of an image.
It displays a summary of the vulnerabilities in the image and the one specifically in the base image.
It displays a summary of the vulnerabilities in the image and the vulnerabilities from the base image.
If available it also displays base image refresh and update recommendations.
usage: docker scout quickview IMAGE|DIRECTORY|ARCHIVE
pname: docker scout

View File

@ -1,7 +1,7 @@
command: docker scout sbom
short: Generate or display SBOM of an image
long: |-
The `docker scout sbom` command analyzes a software artifact to generate the corresponding Software Bill Of Materials - SBOM.
The `docker scout sbom` command analyzes a software artifact to generate the corresponding Software Bill Of Materials (SBOM).
The SBOM can be used to list all packages, or the ones from a specific type (as dep, maven, etc).