Skip to content

Commit ee00863

Browse files
Merge pull request docker#10147 from KoryKessel-Docker/ENGDOCS-314-insert-overriding-vulnerability-page-DTR-2.5-docs
Add Override a Vulnerability topic to DTR 2.5 docs.
2 parents dbe3d17 + 6631e8c commit ee00863

3 files changed

Lines changed: 31 additions & 0 deletions

File tree

_data/toc.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3435,6 +3435,8 @@ manuals:
34353435
title: Delete images
34363436
- path: /datacenter/dtr/2.5/guides/user/manage-images/scan-images-for-vulnerabilities/
34373437
title: Scan images for vulnerabilities
3438+
- title: Override a vulnerability
3439+
path: /datacenter/dtr/2.5/guides/user/manage-images/override-a-vulnerability/
34383440
- path: /datacenter/dtr/2.5/guides/user/manage-images/prevent-tags-from-being-overwritten/
34393441
title: Prevent tags from being overwritten
34403442
- sectiontitle: Sign images
144 KB
Loading
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: Override a vulnerability
3+
description: Learn how to dismiss a vulnerability reported by the security
4+
scanner, when you know it has been addressed
5+
keywords: registry, security scanner
6+
---
7+
8+
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.
9+
10+
1. Access the DTR web interface.
11+
12+
2. Click **Repositories** in the left-hand menu, and locate the repository that has been scanned.
13+
14+
15+
![](../../images/scan-images-for-vulns-3.png){: .with-border}
16+
17+
3. Click **View details** to review the image scan results, and select **Components** to see the vulnerabilities for each component packaged in the image.
18+
19+
4. Select the component with the vulnerability you want to ignore, navigate to the vulnerability, and click **hide**.
20+
21+
![Vulnerability list](../../images/override-vulnerability-2.png){: .with-border}
22+
23+
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.
24+
25+
If after hiding a particular vulnerability you want the promotion policy for the image to be reevaluated, click **Promote**.
26+
27+
## Where to go next
28+
29+
* [Scan images for vulnerabilities](scan-images-for-vulnerabilities.md)

0 commit comments

Comments
 (0)