mirror of https://github.com/docker/docs.git
Merge pull request #11866 from bhdryrdm/patch-2
Forgotten dash added for exclude-base parameter.
This commit is contained in:
commit
a80750a132
|
@ -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 |
|
||||
|
|
Loading…
Reference in New Issue