forked from docker/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'docker.github.io/master'
- Loading branch information
Showing
4 changed files
with
64 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions
29
datacenter/dtr/2.5/guides/user/manage-images/override-a-vulnerability.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title: Override a vulnerability | ||
description: Learn how to dismiss a vulnerability reported by the security | ||
scanner, when you know it has been addressed | ||
keywords: registry, security scanner | ||
--- | ||
|
||
DTR scans images for vulnerabilities. At times, however, it may report image vulnerabilities that you know have been fixed, and whenever that happens the warning can be dismissed. | ||
|
||
1. Access the DTR web interface. | ||
|
||
2. Click **Repositories** in the left-hand menu, and locate the repository that has been scanned. | ||
|
||
|
||
![](../../images/scan-images-for-vulns-3.png){: .with-border} | ||
|
||
3. Click **View details** to review the image scan results, and select **Components** to see the vulnerabilities for each component packaged in the image. | ||
|
||
4. Select the component with the vulnerability you want to ignore, navigate to the vulnerability, and click **hide**. | ||
|
||
![Vulnerability list](../../images/override-vulnerability-2.png){: .with-border} | ||
|
||
Once dismissed, the vulnerability is hidden system-wide and will no longer be reported as a vulnerability on affected images with the same layer IDs or digests. In addition, DTR will not reevaluate the promotion policies that have been set up for the repository. | ||
|
||
If after hiding a particular vulnerability you want the promotion policy for the image to be reevaluated, click **Promote**. | ||
|
||
## Where to go next | ||
|
||
* [Scan images for vulnerabilities](scan-images-for-vulnerabilities.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters