## background CycloneDX supports "tags" - <https://cyclonedx.org/docs/1.6/json/#components_items_tags> Python knows these as - `env` - "keywords". see <https://packaging.python.org/en/latest/specifications/core-metadata/#keywords> - `poetry` - "keywords" . see <https://python-poetry.org/docs/pyproject/#keywords> lock file - To be clarified - `pipenv` - To be clarified - `pyproject.toml`/PEP621 - "keywords". see <https://peps.python.org/pep-0621/#keywords> ## request fill `components[].tags` based on respecive sources
background
CycloneDX supports "tags" - https://cyclonedx.org/docs/1.6/json/#components_items_tags
Python knows these as
env- "keywords". see https://packaging.python.org/en/latest/specifications/core-metadata/#keywordspoetry- "keywords" . see https://python-poetry.org/docs/pyproject/#keywordslock file - To be clarified
pipenv- To be clarifiedpyproject.toml/PEP621 - "keywords". see https://peps.python.org/pep-0621/#keywordsrequest
fill
components[].tagsbased on respecive sources