mirror of https://github.com/docker/docs.git
Update docker scan version
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
This commit is contained in:
parent
7343b925e4
commit
5bceac5dc9
|
@ -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:**
|
||||
|
|
Loading…
Reference in New Issue