HaRo87 / mdbom

Software Bill of Material (SBOM) to Markdown conversion
MIT License
9 stars 3 forks source link

MdBOM seems to have issues with different Python environments #31

Open HaRo87 opened 2 years ago

HaRo87 commented 2 years ago

Describe the bug Using a freeze.txt file created by pip results in version key not found.

To Reproduce Steps to reproduce the behavior:

  1. pip freeze > freeze.txt
  2. cyclonedx-py -r -i freeze.txt -o bom.json --format=json
  3. mdb generate ...

Expected behavior MdBOM should run even if Info like Version is missing.

Screenshots N.a.

System (please complete the following information):

Additional context cyclonedx-bom version 3.6.0