mirror of https://github.com/docker/docs.git
scout: add required --org flag for repo enable cmd
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
d6f47fbac5
commit
19d3fb8fb2
|
@ -68,7 +68,7 @@ You can do this from Docker Hub, the Docker Scout Dashboard, and CLI.
|
|||
command to enable analysis on an existing repository:
|
||||
|
||||
```console
|
||||
$ docker scout repo enable <org-name>/scout-demo
|
||||
$ docker scout repo enable --org <org-name> <org-name>/scout-demo
|
||||
```
|
||||
|
||||
## Step 3: Analyze image vulnerabilities
|
||||
|
|
Loading…
Reference in New Issue