syft
CLI tool and library for generating a Software Bill of Materials from container images and filesystems
How to download and setup syft
Open terminal and run command
git clone https://github.com/anchore/syft.git
git clone is used to create a copy or clone of syft 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 syft https://github.com/anchore/syft/archive/master.zip
Or simply clone syft with SSH
[email protected]:anchore/syft.git