From 0dd3dcd6ae827a347c0e0b073cc1a6326b25e1b3 Mon Sep 17 00:00:00 2001 From: Matthias Scholz <54108199+MatthiasScholzTW@users.noreply.github.com> Date: Wed, 21 Apr 2021 16:02:53 +0200 Subject: [PATCH] :pencil: :bug: typo command --- 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 ddd727660b..40f938c6d2 100644 --- a/engine/scan/index.md +++ b/engine/scan/index.md @@ -366,7 +366,7 @@ The high-level `docker scan` command scans local images using the image name or | Option | Description | |:------------------------------------------------------------------ :------------------------------------------------| -| `--accept license` | Accept the license agreement of the third-party scanning provider | +| `--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 | | `-f`, `--file string` | Specify the location of the Dockerfile associated with the image. This option displays a detailed scan result |