|
1 | 1 | --- |
2 | 2 | title: Create an exception using the GUI |
3 | | -description: Create an exception for a vulnerability in an image using the Docker Scout Dashboard. |
4 | | -keywords: Docker, Docker Scout, vulnerability, exception, create, GUI |
| 3 | +description: Create an exception for a vulnerability in an image using the Docker Scout Dashboard or Docker Desktop. |
| 4 | +keywords: Docker, Docker Scout, Docker Desktop, vulnerability, exception, create, GUI |
5 | 5 | --- |
6 | 6 |
|
7 | | -The Docker Scout Dashboard provides a user-friendly interface for creating |
8 | | -[exceptions](/manuals/scout/explore/exceptions.md) for vulnerabilities found in |
9 | | -container images. Exceptions let you acknowledge accepted risks or address |
10 | | -false positives in image analysis. |
| 7 | +The Docker Scout Dashboard and Docker Desktop provide a user-friendly interface |
| 8 | +for creating [exceptions](/manuals/scout/explore/exceptions.md) for |
| 9 | +vulnerabilities found in container images. Exceptions let you acknowledge |
| 10 | +accepted risks or address false positives in image analysis. |
11 | 11 |
|
12 | 12 | ## Prerequisites |
13 | 13 |
|
14 | | -To create an in the Docker Scout Dashboard, you need a Docker account with |
15 | | -**Editor** or **Owner** permissions for the Docker organization that owns the |
16 | | -image. |
| 14 | +To create an in the Docker Scout Dashboard or Docker Desktop, you need a Docker |
| 15 | +account with **Editor** or **Owner** permissions for the Docker organization |
| 16 | +that owns the image. |
17 | 17 |
|
18 | 18 | ## Steps |
19 | 19 |
|
20 | 20 | To create an exception for a vulnerability in an image using the Docker Scout |
21 | | -Dashboard: |
| 21 | +Dashboard or Docker Desktop: |
| 22 | + |
| 23 | +{{< tabs >}} |
| 24 | +{{< tab name="Docker Scout Dashboard" >}} |
22 | 25 |
|
23 | 26 | 1. Go to the [Images page](https://scout.docker.com/reports/images). |
24 | 27 | 2. Select the image tag that contains the vulnerability you want to create an |
@@ -76,3 +79,21 @@ tab of the [Vulnerabilities page](https://scout.docker.com/reports/vulnerabiliti |
76 | 79 | in the Docker Scout Dashboard. |
77 | 80 |
|
78 | 81 | {{% /create_panel.inline %}} |
| 82 | + |
| 83 | +{{< /tab >}} |
| 84 | +{{< tab name="Docker Desktop" >}} |
| 85 | + |
| 86 | +1. Open the **Images** view in Docker Desktop. |
| 87 | +2. Open the **Hub** tab. |
| 88 | +3. Select the image tag that contains the vulnerability you want to create an |
| 89 | + exception for. |
| 90 | +4. Select the layer that contains the vulnerability you want to create an |
| 91 | + exception for. |
| 92 | +5. In the **Vulnerabilities** tab, find the vulnerability you want to create an |
| 93 | + exception for. |
| 94 | +6. Select the **Create exception** button next to the vulnerability. |
| 95 | + |
| 96 | +{{% create_panel.inline / %}} |
| 97 | + |
| 98 | +{{< /tab >}} |
| 99 | +{{< /tabs >}} |
0 commit comments