Add repository settings section

Signed-off-by: Chris Chinchilla <chris.ward@docker.com>
This commit is contained in:
Chris Chinchilla 2023-06-07 13:54:30 +02:00
parent 8d81583dcf
commit ee658b07c5
No known key found for this signature in database
GPG Key ID: BEA4E950214E6C9E
2 changed files with 14 additions and 0 deletions

View File

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

View File

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