-
-
Notifications
You must be signed in to change notification settings - Fork 93
feat: populate component's tags #735
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is neededschema 1.6
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfesthelp wantedExtra attention is neededExtra attention is neededschema 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[].tagsbased on respecive sources