From 08171baba5b6ad5741746e4be5e75b3c8e7dc184 Mon Sep 17 00:00:00 2001 From: Usha Mandya Date: Wed, 7 Oct 2020 16:49:55 +0100 Subject: [PATCH] Fix a broken link --- docker-hub/vulnerability-scanning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-hub/vulnerability-scanning.md b/docker-hub/vulnerability-scanning.md index 729023e068..6b176212f7 100644 --- a/docker-hub/vulnerability-scanning.md +++ b/docker-hub/vulnerability-scanning.md @@ -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.