Trivy - Image Scanning Tool
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
Oct 26, 20221 min read61

Search for a command to run...