ozontech / dtrack-audit

OWASP Dependency Track API client for intergration into CI/CD pipeline
GNU General Public License v3.0
51 stars 16 forks source link

feature request: set project tags #21

Open tomaszn opened 1 year ago

tomaszn commented 1 year ago

I propose to add a new environment, DTRACK_PROJECT_TAGS.

Setting it to tag1 tag2 would call:

PATCH /api/v1/project/<UUID>
{"tags": [{"name": "tag1"}, {"name": "tag2"}]}

after creating or updating the project.