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:
David Karlsson 2023-09-21 17:38:34 +02:00
parent d6f47fbac5
commit 19d3fb8fb2
1 changed files with 1 additions and 1 deletions

View File

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