Fix a broken link

This commit is contained in:
Usha Mandya 2020-10-07 16:49:55 +01:00
parent 4314869d7c
commit 08171baba5
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ keywords: scanning, vulnerabilities, Hub, Snyk
title: Hub Vulnerability Scanning
---
Docker Hub Vulnerability Scanning enables you to automatically scan Docker images for vulnerabilities using Snyk. This uses the same technology as the [docker scan](../engine/scan.md) command.
Docker Hub Vulnerability Scanning enables you to automatically scan Docker images for vulnerabilities using Snyk. This uses the same technology as the [docker scan](../engine/scan/index.md) command.
When you push an image to Docker Hub after enabling vulnerability scanning, Docker Hub automatically scans the image to identify vulnerabilities in your container images. Vulnerability Scanning allows developers and development teams to review the security state of the container images and take actions to fix issues identified during the scan, resulting in more secure deployments. The scan result includes the source of the vulnerability, such as OS packages and libraries, version in which it was introduced, and a recommended fixed version (if available) to remediate the vulnerabilities discovered.