dependency-check / dependency-check-gradle

The dependency-check gradle plugin is a Software Composition Analysis (SCA) tool that allows projects to monitor dependent libraries for known, published vulnerabilities.
http://jeremylong.github.io/DependencyCheck/
Apache License 2.0
355 stars 90 forks source link

Add NVD API key as a parameter #393

Open ShadowNinjaHunter opened 1 month ago

ShadowNinjaHunter commented 1 month ago

Is it possible to pass the NVD Api key as a parameter to the dependencyCheckanalyse task?

jeremylong commented 1 week ago

At the moment, no. I do not believe so. You could use an init-script - i.e. write the config to disk temporarily with the API key and then run the scan.