Here's a snippet from the end of our working JCaC yaml, we define it as a
global tool also...
tool:
dependency-check:
installations:
- name: "5.3.2"
properties:
- installSource:
installers:
- dependencyCheckInstaller:
id: "5.3.2"
git:
i
What build tool you are using in project , if you are using maven or gradle
it is pretty simple to configure dependency plugin as code.
Add that plugin then those plugins will add additional tasks, run those
tasks using build tool...
you can trigger the tasks from shell prompt inside the job
*
Hi,
I have been searching without success for any examples of configuring the
dependency-check plugin global tools settings via code.
There requirement is fairly simple, add a Dependency-Check Installation
details in the Global Tools settings (Which comprises of 3 values, name,
version and whe