grype
A vulnerability scanner for container images and filesystems
How to download and setup grype
Open terminal and run command
git clone https://github.com/anchore/grype.git
git clone is used to create a copy or clone of grype 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 grype https://github.com/anchore/grype/archive/master.zip
Or simply clone grype with SSH
[email protected]:anchore/grype.git