content/manuals/scout/how-tos/create-exceptions-gui.md
The Docker Scout Dashboard and Docker Desktop provide a user-friendly interface for creating exceptions for vulnerabilities found in container images. Exceptions let you acknowledge accepted risks or address false positives in image analysis.
To create an in the Docker Scout Dashboard or Docker Desktop, you need a Docker account with Editor or Owner permissions for the Docker organization that owns the image.
To create an exception for a vulnerability in an image using the Docker Scout Dashboard or Docker Desktop:
{{< tabs >}} {{< tab name="Docker Scout Dashboard" >}}
{{% create_panel.inline %}} Selecting the Create exception button opens the Create exception side panel. In this panel, you can provide the details of the exception:
Exception type: The type of exception. The only supported types are:
Accepted risk: The vulnerability is not addressed due to its minimal security risk, high remediation costs, dependence on an upstream fix, or similar.
False positive: The vulnerability presents no security risk in your specific use case, configuration, or because of measures in place that block exploitation
If you select False positive, you must provide a justification for why the vulnerability is a false positive:
Additional details: Any additional information that you want to provide about the exception.
Scope: The scope of the exception. The scope can be:
Package scope: The scope of the exception. The package scope can be:
When you've filled in the details, select the Create button to create the exception.
The exception is now created and factored into the analysis results for the images that you selected. The exception is also listed on the Exceptions tab of the Vulnerabilities page in the Docker Scout Dashboard.
{{% /create_panel.inline %}}
{{< /tab >}} {{< tab name="Docker Desktop" >}}
{{% create_panel.inline / %}}
{{< /tab >}} {{< /tabs >}}