Table of contents
Installation
Follow the instruction in this article to install Trivy.
Scan
To scan the docker image:
Build the image.
docker build . -t hello-world
Scan the image.
trivy scan hello-world
Follow the instruction in this article to install Trivy.
To scan the docker image:
Build the image.
docker build . -t hello-world
Scan the image.
trivy scan hello-world