trivy
Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more
How to download and setup trivy
Open terminal and run command
git clone https://github.com/aquasecurity/trivy.git
git clone is used to create a copy or clone of trivy repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with trivy https://github.com/aquasecurity/trivy/archive/master.zip
Or simply clone trivy with SSH
[email protected]:aquasecurity/trivy.git