Update index.md

This commit is contained in:
Stephen Turner 2020-10-23 10:28:09 +01:00 committed by GitHub
parent 5e2c627a0f
commit 86913276d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. 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 For example, to scan the `getting-started` image you created earlier in the tutorial, you can just type
```bash ```bash
docker scan getting-started docker scan getting-started
``` ```