Skip to content

Commit

Permalink
docs: fix markdown (aquasecurity#553)
Browse files Browse the repository at this point in the history
Correct markdown for MicroScanner link
  • Loading branch information
lizrice committed Jul 7, 2020
1 parent ccd9b2d commit 4b57c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 Aqua’s [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 Aqua’s [Microscanner](https://github.com/aquasecurity/microscanner).

```
$ cat Dockerfile
Expand Down

0 comments on commit 4b57c0d

Please sign in to comment.