From 1fffde4247bb4dd7fd3196547bc6ad6adad9a690 Mon Sep 17 00:00:00 2001 From: Usha Mandya Date: Tue, 15 Jun 2021 12:58:58 +0100 Subject: [PATCH] Add info on Snyk Advisor Signed-off-by: Usha Mandya --- develop/scan-images/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop/scan-images/index.md b/develop/scan-images/index.md index a5dfe34a46..05112c8c79 100644 --- a/develop/scan-images/index.md +++ b/develop/scan-images/index.md @@ -13,7 +13,7 @@ Docker and Snyk have partnered together to bring security natively into the deve - The host operating system - Container networking and storage -Including the vulnerability scanning options into the Docker platform extends the existing, familiar process of vulnerability detection, and allows for remediation of vulnerabilities earlier in the development process. This process of simple and continuous checks leads to fewer vulnerabilities checked into Docker Hub, a shorter CI cycle, and faster and more reliable deployment into production. +Including the vulnerability scanning options into the Docker platform extends the existing, familiar process of vulnerability detection, and allows for remediation of vulnerabilities earlier in the development process. The process of simple and continuous checks, for example, by checking images in the background using [Synk Advisor](https://snyk.io/advisor/docker){:target="_blank" rel="noopener" class="_"}, can lead to fewer vulnerabilities checked into Docker Hub. This can result in a shorter CI cycle and a more reliable deployment into production. ![Developer's security journey](/images/dev-security-journey.png){:width="700px"}