mirror of https://github.com/docker/docs.git
Fix a broken link
This commit is contained in:
parent
4314869d7c
commit
08171baba5
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue