From ee658b07c57fb152628d5d9ed3ae378ac86fc558 Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Wed, 7 Jun 2023 13:54:30 +0200 Subject: [PATCH 1/2] Add repository settings section Signed-off-by: Chris Chinchilla --- scout/dashboard.md | 13 +++++++++++++ scout/index.md | 1 + 2 files changed, 14 insertions(+) diff --git a/scout/dashboard.md b/scout/dashboard.md index e68a8b2fdb..aae44868e1 100644 --- a/scout/dashboard.md +++ b/scout/dashboard.md @@ -17,6 +17,19 @@ The Docker Scout Dashboard helps you share the analysis of images in an organiza The **Overview** tab shows the total number of vulnerabilities across all your Scout-enabled repositories, over time. This calculation takes the most recent image in each repository to avoid including old irrelevant images. +## Repository settings + +Enable Docker Scout analysis on repositories in the current organization by selecting your profile +picture and then the **Repository settings** menu item. + +Select the check boxes for the repositories on which you want to enable Docker Scout analysis and +select **Enable image analysis**. + +When you enable image analysis for a repository, Docker Scout analyzes new tags +automatically when you push to that repository. Find out more in the [Advanced image analysis](./advanced-image-analysis.md) documentation. + +Disable Docker Scout analysis on selected repositories by selecting **Disable image analysis**. + ## Images ![A screenshot of the Docker Scout images list for an organization](./images/dashboard-images.png) diff --git a/scout/index.md b/scout/index.md index 4aef901012..6f90dd1830 100644 --- a/scout/index.md +++ b/scout/index.md @@ -40,6 +40,7 @@ images, packages, and CVEs. To start using Docker Scout, turn on any of the following features: +- [Enable analysis on repositories in the Docker Scout Dashboard](./dashboard.md#repository-settings) - [Advanced image analysis in Docker Hub](./advanced-image-analysis.md) - [Artifactory integration](./artifactory.md) From f11091c7bbf96a48817c0c48537ff3ff7d63a579 Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Wed, 7 Jun 2023 16:42:40 +0200 Subject: [PATCH 2/2] Update scout/dashboard.md Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- scout/dashboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scout/dashboard.md b/scout/dashboard.md index aae44868e1..2ab9283b8d 100644 --- a/scout/dashboard.md +++ b/scout/dashboard.md @@ -22,7 +22,7 @@ The **Overview** tab shows the total number of vulnerabilities across all your S Enable Docker Scout analysis on repositories in the current organization by selecting your profile picture and then the **Repository settings** menu item. -Select the check boxes for the repositories on which you want to enable Docker Scout analysis and +Select the checkboxes for the repositories on which you want to enable Docker Scout analysis and select **Enable image analysis**. When you enable image analysis for a repository, Docker Scout analyzes new tags