From 07d2a7dce067955f1ea425503aec90422cb912ce Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Wed, 17 Apr 2024 09:48:00 +0200 Subject: [PATCH] scout: add step to enroll org before enabling repo Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/scout/quickstart.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/content/scout/quickstart.md b/content/scout/quickstart.md index f4ae25cd5ac2..3ab2a2c8b2f5 100644 --- a/content/scout/quickstart.md +++ b/content/scout/quickstart.md @@ -50,8 +50,15 @@ You can do this from Docker Hub, the Docker Scout Dashboard, and CLI. 1. Sign in to your Docker account with the `docker login` command or use the **Sign in** button in Docker Desktop. -2. Use the Docker CLI [`docker scout repo enable`](/reference/cli/docker/scout/repo/enable) - command to enable analysis on an existing repository: + +2. Next, enroll your organization with Docker Scout, using the `docker scout enroll` command. + + ```console + $ docker scout enroll + ✓ Successfully enrolled organization with Docker Scout Free + ``` + +3. Enable Docker Scout for your image repository with the `docker scout repo enable` command. ```console $ docker scout repo enable --org /scout-demo