OWASP DependencyCheck Cake Package. You need to use DependencyCheck Runner Tool.
Example usage;
#tool "nuget:?package=DependencyCheck.Runner.Tool&include=./**/dependency-check.sh&include=./**/dependency-check.bat"
#addin "nuget:?package=Cake.DependencyCheck"
Task("Dependency-Check")
.Does(() =>
{
DependencyCheck(new DependencyCheckSettings
{
Project = "CustomerService",
Scan = "source/directory/*",
Format = "HTML"
});
});
We'd love to get contributions from you! If you would like to contribute code or help squash a bug or two, that's awesome. Please familiarize yourself with Contribution Document.
See LICENSE file.
See Code of Conduct file.