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: