Creates a CycloneDX SBOM by way of tox.
The current implementation is limited to working with a pyproject.toml
file and
the tox configuration in a separate tox.ini
file. It's tested against Python 3.10.
This is intended to be run in an independent tox environment with no
dependencies. A good format for the tox environment in the tox.ini
file is:
[testenv:sbom]