mirror of https://github.com/docker/docs.git
scout: view health scores in Docker Desktop (#20991)
View health scores for images in Docker Desktop Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
cfd326bfa0
commit
18b8d8acd1
|
@ -95,7 +95,9 @@ When signed in, it shows you a list of images in Docker Hub organizations and re
|
|||
|
||||
Select an organization from the drop-down to view a list of repositories for that organization.
|
||||
|
||||
If you have enabled [Docker Scout](../../scout/_index.md) on the repositories, image analysis results appear next to the image tags.
|
||||
If you have enabled [Docker Scout](../../scout/_index.md) on the repositories,
|
||||
image analysis results (and [health scores](/manuals/scout/policy/scores.md) if
|
||||
your Docker organization is eligible) appear next to the image tags.
|
||||
|
||||
Hovering over an image tag reveals two options:
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
|
@ -25,7 +25,10 @@ score is not visible to users outside the organization or members without
|
|||
|
||||
## Viewing health scores
|
||||
|
||||
To view the health score of an image:
|
||||
{{< tabs >}}
|
||||
{{< tab name="Docker Hub" >}}
|
||||
|
||||
To view the health score of an image in Docker Hub:
|
||||
|
||||
1. Go to Docker Hub and sign in.
|
||||
2. Navigate to your organization's page.
|
||||
|
@ -35,6 +38,22 @@ based on the latest pushed tag.
|
|||
|
||||

|
||||
|
||||
{{< /tab >}}
|
||||
{{< tab name="Docker Desktop" >}}
|
||||
|
||||
To view the health score of an image in Docker Desktop:
|
||||
|
||||
1. Open Docker Desktop and sign in to your Docker account.
|
||||
2. Navigate to the **Images** view and select the **Hub** tab.
|
||||
|
||||
In the list of repositories, the **Health** column displays the scores of the
|
||||
different tags that have been pushed to Docker Hub.
|
||||
|
||||

|
||||
|
||||
{{< /tab >}}
|
||||
{{< /tabs >}}
|
||||
|
||||
The health score badge is color-coded to indicate the overall health of the
|
||||
repository:
|
||||
|
||||
|
|
Loading…
Reference in New Issue