Small typo

This commit is contained in:
Thomas Shaw 2020-09-03 16:30:59 +01:00 committed by GitHub
parent 4e330a39df
commit 945339fdcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ The high-level `docker scan` command scans local images using the image name or
| Option | Description |
|:------------------------------------------------------------------ :------------------------------------------------|
| `--acept 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 |