How to enable vulnerability svg badges? #2941
-
Hello, I would like to render vulnerability badges for projects scanned by dependency check. Following the general documentation (https://docs.dependencytrack.org/integrations/badges/) and the API spec (https://docs.dependencytrack.org/integrations/rest-api/), I could create a correct request, but its return code is 204 "Badge support is disabled. No content will be returned.". However, neither the general documentation or the configuration documentation (https://docs.dependencytrack.org/getting-started/configuration/) mentions a suitable property. Digging into the source code, I found this: How can I enable badge rendering? Kind regards, Sebastian |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello @admantium-sg , |
Beta Was this translation helpful? Give feedback.
-
Thank you very much! |
Beta Was this translation helpful? Give feedback.
Hello @admantium-sg ,
You can use the
POST /v1/configProperty
endpoint to update the property value.