feat: populate component's tags
#735
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
help wanted
Extra attention is needed
schema 1.6
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[].tags
based on respecive sourcesThe text was updated successfully, but these errors were encountered: