diff --git a/engine/scan/index.md b/engine/scan/index.md index f4f6f79844..ba59cc55bf 100644 --- a/engine/scan/index.md +++ b/engine/scan/index.md @@ -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:**