How to download and setup clair
Open terminal and run command
git clone https://github.com/quay/clair.git
git clone is used to create a copy or clone of clair 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 clair https://github.com/quay/clair/archive/master.zip
Or simply clone clair with SSH
[email protected]:quay/clair.git