anchore / syft

CLI tool and library for generating a Software Bill of Materials from container images and filesystems
Apache License 2.0
5.73k stars 526 forks source link

chore: use go to bootstrap downloading and running task #2959

Open kzantow opened 2 weeks ago

kzantow commented 2 weeks ago

This PR removes even more of the makefile to rely on go itself to bootstrap downloading needed tools. It probably needs some work. You can try it out like this:

git clone git@github.com:kzantow-anchore/syft.git -b feat/go-build