Merge pull request #11866 from bhdryrdm/patch-2

Forgotten dash added for exclude-base parameter.
This commit is contained in:
Usha Mandya 2020-12-10 15:12:29 +00:00 committed by GitHub
commit a80750a132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 |