mirror of https://github.com/docker/docs.git
Merge pull request #12440 from usha-mandya/engdocs-363
Update docker scan version
This commit is contained in:
commit
c64aca187a
|
@ -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