Support multiple dependency checks per project
gokhanoner opened this issue · 1 comments
gokhanoner commented
Is your feature request related to a problem? Please describe.
For projects having multiple sub-projects inside, fe/be codes, different modules etc, it's not logical to do a single dependency check since not every project is dependent to each other. However, in Jenkins, if you run dependency check multiple times, all of them are stored under same name so you can see that there're multiple dependency checks but both redirect to same page
Describe the solution you'd like
Allow defining a name for the run so multiple dependency check results can be accessed properly.
Additional context
gokhanoner commented
Nevermind, I found --project
properties, that should do the trick, I believe