From 13347fee1fafcdf966f02b92c0ead4fa4e549837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bahad=C4=B1r=20YARDIM?= Date: Wed, 9 Dec 2020 14:33:16 +0300 Subject: [PATCH] Forgotten dash added for exclude-base parameter. --- engine/scan/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/scan/index.md b/engine/scan/index.md index 7ea51cf009..b073f13ba4 100644 --- a/engine/scan/index.md +++ b/engine/scan/index.md @@ -56,7 +56,7 @@ The high-level `docker scan` command scans local images using the image name or |:------------------------------------------------------------------ :------------------------------------------------| | `--accept license` | Accept the license agreement of the third-party scanning provider | | `--dependency-tree` | Display the dependency tree of the image along with scan results | -| `-exclude-base` | Exclude the base image during scanning. This option requires the --file option to be set | +| `--exclude-base` | Exclude the base image during scanning. This option requires the --file option to be set | | `-f`, `--file string` | Specify the location of the Dockerfile associated with the image. This option displays a detailed scan result | | `--json` | Display the result of the scan in JSON format| | `--login` | Log into Snyk using an optional token (using the flag --token), or by using a web-based token |