Traceback (most recent call last):
File "<project path>/venv/bin/bd-scan-yocto-via-sbom", line 8, in <module>
sys.exit(main.main())
^^^^^^^^^^^
File "<project path>/.venv/lib/python3.12/site-packages/yocto_import_sbom/main.py", line 86, in main
if not reclist.scan_pkg_download_files(conf, bom):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<project path>/.venv/lib/python3.12/site-packages/yocto_import_sbom/RecipeListClass.py", line 82, in scan_pkg_download_files
found_files = self.find_files(conf, all_pkg_files, all_download_files)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<project path>/.venv/lib/python3.12/site-packages/yocto_import_sbom/RecipeListClass.py", line 97, in find_files
pkg_regex = re.compile(rf"^(lib)?{recipe_esc}\d*[_-]v?{ver_esc}[+.-].*\.{conf.image_pkgtype}")
^^^^^^^^^^^^^^^^^^
AttributeError: 'Config' object has no attribute 'image_pkgtype'. Did you mean: 'image_package_type'?
Using the scripts with the following options leads to an attribute error