docs: fix markdown (#553)

Correct markdown for MicroScanner link
This commit is contained in:
Liz Rice
2020-07-07 14:27:51 +01:00
committed by GitHub
parent ccd9b2d2c5
commit 4b57c0d4e6

View File

@@ -315,7 +315,7 @@ $ docker run --rm -it alpine:3.11
```
## Embed in Dockerfile
Scan your image as part of the build process by embedding Trivy in the Dockerfile. This approach can be used to update Dockerfiles currently using Aquas [Microscanner][https://github.com/aquasecurity/microscanner].
Scan your image as part of the build process by embedding Trivy in the Dockerfile. This approach can be used to update Dockerfiles currently using Aquas [Microscanner](https://github.com/aquasecurity/microscanner).
```
$ cat Dockerfile