Hello,
We run bd_scan_yocto_via_sbom with the KERNEL_VULNS mode which triggers this script, with the 1.1.0 release it is broken as the sbom script only takes -p and -v but not the -k option. We see a few options:
- add an option in bd_scan_yocto_via_sbom to allow us to run then older version of this script (it's pyproject file does not set the version of this script)
- add an option in bd_scan_yocto_via_sbom to skip the interactive mode
Hello,
We run bd_scan_yocto_via_sbom with the KERNEL_VULNS mode which triggers this script, with the 1.1.0 release it is broken as the sbom script only takes
-pand-vbut not the-koption. We see a few options: