Skip to content

Commit 18b8d8a

Browse files
authored
scout: view health scores in Docker Desktop (#20991)
View health scores for images in Docker Desktop Signed-off-by: David Karlsson <[email protected]>
1 parent cfd326b commit 18b8d8a

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

content/manuals/desktop/use-desktop/images.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ When signed in, it shows you a list of images in Docker Hub organizations and re
9595

9696
Select an organization from the drop-down to view a list of repositories for that organization.
9797

98-
If you have enabled [Docker Scout](../../scout/_index.md) on the repositories, image analysis results appear next to the image tags.
98+
If you have enabled [Docker Scout](../../scout/_index.md) on the repositories,
99+
image analysis results (and [health scores](/manuals/scout/policy/scores.md) if
100+
your Docker organization is eligible) appear next to the image tags.
99101

100102
Hovering over an image tag reveals two options:
101103

54.8 KB
Loading

content/manuals/scout/policy/scores.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ score is not visible to users outside the organization or members without
2525

2626
## Viewing health scores
2727

28-
To view the health score of an image:
28+
{{< tabs >}}
29+
{{< tab name="Docker Hub" >}}
30+
31+
To view the health score of an image in Docker Hub:
2932

3033
1. Go to Docker Hub and sign in.
3134
2. Navigate to your organization's page.
@@ -35,6 +38,22 @@ based on the latest pushed tag.
3538

3639
![Repository health score](../images/score-badges-repolist.png)
3740

41+
{{< /tab >}}
42+
{{< tab name="Docker Desktop" >}}
43+
44+
To view the health score of an image in Docker Desktop:
45+
46+
1. Open Docker Desktop and sign in to your Docker account.
47+
2. Navigate to the **Images** view and select the **Hub** tab.
48+
49+
In the list of repositories, the **Health** column displays the scores of the
50+
different tags that have been pushed to Docker Hub.
51+
52+
![Repository health score](../images/score-badges-dd.png)
53+
54+
{{< /tab >}}
55+
{{< /tabs >}}
56+
3857
The health score badge is color-coded to indicate the overall health of the
3958
repository:
4059

0 commit comments

Comments
 (0)