tomaszn

Results 14 issues of tomaszn

I propose to add a new environment, `DTRACK_PROJECT_TAGS`. Setting it to `tag1 tag2` would call: ``` PATCH /api/v1/project/ {"tags": [{"name": "tag1"}, {"name": "tag2"}]} ``` after creating or updating the project.

By including the project's UUID in the console output, a direct link to the project in Dependency Track can be easily constructed. This link can be, for example, added as...