Update docker scan version

Signed-off-by: Usha Mandya <usha.mandya@docker.com>
This commit is contained in:
Usha Mandya 2021-03-04 12:55:21 +00:00
parent 7343b925e4
commit 5bceac5dc9
1 changed files with 3 additions and 4 deletions

View File

@ -20,7 +20,6 @@ This page contains information about the `docker scan` CLI command. For informat
> Docker vulnerability scanning for local images is currently a beta release. The commands and flags are subject to change in subsequent releases.
{:.important}
## Prerequisites
To run vulnerability scanning on your Docker images, you must meet the following requirements:
@ -40,9 +39,9 @@ Check your installation by running `docker scan --version`, it should print the
```shell
$ docker scan --version
Version: v0.3.3
Git commit: 1bab774
Provider: Snyk (1.385.0)
Version: v0.5.0
Git commit: 5a09266
Provider: Snyk (1.432.0)
```
> **Note:**