Fix dash tool scan (#2463)

---------

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2025-06-17 15:43:41 +03:00
committed by GitHub
parent 0f9997372c
commit 62b1b7d730
5 changed files with 290 additions and 228 deletions

View File

@@ -119,7 +119,7 @@
<dash.skip>false</dash.skip>
<dash.fail>true</dash.fail>
<dash.projectId>iot.hawkbit</dash.projectId>
<dash.summary>${project.build.directory}/.3rd-party/DEPENDENCIES</dash.summary>
<dash.summary>.3rd-party/DEPENDENCIES</dash.summary>
<!-- To automatically create IP Team review requests for identified content call with -Ddash.iplab.token=<token> (do not share your access token) -->
<dash.review.summary>${project.build.directory}/.3rd-party/DEPENDENCIES_REVIEW</dash.review.summary>
<excludeGroupIds>org.eclipse,org.junit</excludeGroupIds>