Trivy is the well known tool used to discover common misconfigurations & the vulnerabilities present in the docker based container images.
sudo pip3 install trivy
if you get the pip based virtual environment error then we can solve the issue using :
docker pull <image> trivy image <image>
other useful docker commands can be found here :
Last updated 1 year ago