How to display OWASP's Dependency Check Maven results for several project in one dashboard

897 Views Asked by At

I have several projects using the OWASP's Dependency Check maven plugin. This is working perfectly for each. But I would like to merge all the project results in one dashboard, as I've got many projects...

I thought it was possible with "Dashboard View" (https://plugins.jenkins.io/dashboard-view) but I can't figure out how to use it.

Any clues ?

Best regards

1

There are 1 best solutions below

2
On

You should achieve it when you collect all your reports in one place and run dependencyCheckPublisher.

For example when you have files:

reports/projectA/dependency-check-report.xml
reports/projectB/dependency-check-report.xml

and run in Jenkins:

dependencyCheckPublisher pattern: '**/dependency-check-report.xml'

then it should be merged into one dashboard