From ef9bd5ab20b02c2875647d91e67946882e71544c Mon Sep 17 00:00:00 2001 From: Silvin Lubecki <31478878+silvin-lubecki@users.noreply.github.com> Date: Tue, 8 Sep 2020 12:44:37 +0200 Subject: [PATCH] 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 * Minor style updates Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> --- engine/scan/index.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/engine/scan/index.md b/engine/scan/index.md index 309c4e7711..011d8cbad2 100644 --- a/engine/scan/index.md +++ b/engine/scan/index.md @@ -34,11 +34,17 @@ Check your installation by running `docker scan --version`, it should print the ```shell $ docker scan --version -Version: v0.3.0 -Git commit: b8ee514 -Provider: Snyk (1.383.1) +Version: v0.3.3 +Git commit: 1bab774 +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 The high-level `docker scan` command scans local images using the image name or the image ID. It supports the following options: