mirror of https://github.com/docker/docs.git
Add a note about snyk minimal version. (#11346)
* Add a note about snyk minimal version. Bump docker scan and snyk versions in the docker scan --version output sample. Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com> * Minor style updates Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
parent
0c55a6ddcf
commit
ef9bd5ab20
|
@ -34,11 +34,17 @@ Check your installation by running `docker scan --version`, it should print the
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ docker scan --version
|
$ docker scan --version
|
||||||
Version: v0.3.0
|
Version: v0.3.3
|
||||||
Git commit: b8ee514
|
Git commit: 1bab774
|
||||||
Provider: Snyk (1.383.1)
|
Provider: Snyk (1.385.0)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> **Note:**
|
||||||
|
>
|
||||||
|
> Docker Scan uses the Snyk binary installed in your environment by default. If
|
||||||
|
this is not available, it uses the Snyk binary embedded in Docker Desktop.
|
||||||
|
> The minimum version required for Snyk is `1.385.0`.
|
||||||
|
|
||||||
## Supported options
|
## Supported options
|
||||||
|
|
||||||
The high-level `docker scan` command scans local images using the image name or the image ID. It supports the following options:
|
The high-level `docker scan` command scans local images using the image name or the image ID. It supports the following options:
|
||||||
|
|
Loading…
Reference in New Issue