cli
cli copied to clipboard
Add container scanning 🐳
Tasks
- [x] Make use of Syft for SBOM CycloneDX generation in a new pkg called
docker
- [x] Create a new subcommand
docker
that takes an image reference as an argument - [x] Make use of the
docker
pkg in the new subcommand - [ ] Write tests