`sbom-vm.py:307` — `except:` catches `KeyboardInterrupt`, `SystemExit`, and everything else. Should be `except Exception:` at minimum.
sbom-vm.py:307—except:catchesKeyboardInterrupt,SystemExit, and everything else.Should be
except Exception:at minimum.