buildkit-syft-scanner
buildkit-syft-scanner copied to clipboard
Add Option to Specify Cataloger
I need a method to specify a cataloger using the buildkit
For example, with Syft, I can specify a cataloger like this:
syft <image> --select-catalogers +sbom-cataloger
Currently, there is no way to add or remove a cataloger in the command line options
I need this functionality as well