From 86913276d5337d66d717535d6925623996fcd20f Mon Sep 17 00:00:00 2001 From: Stephen Turner Date: Fri, 23 Oct 2020 10:28:09 +0100 Subject: [PATCH] Update index.md --- docs/tutorial/image-building-best-practices/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tutorial/image-building-best-practices/index.md b/docs/tutorial/image-building-best-practices/index.md index 19f13ba..49b51ca 100644 --- a/docs/tutorial/image-building-best-practices/index.md +++ b/docs/tutorial/image-building-best-practices/index.md @@ -4,6 +4,7 @@ When you have built an image, it is good practice to scan it for security vulner Docker has partnered with [Snyk](http://snyk.io) to provide the vulnerability scanning service. For example, to scan the `getting-started` image you created earlier in the tutorial, you can just type + ```bash docker scan getting-started ```