Cake.DependencyCheck addin
This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.DependencyCheck.
Contains functionality for running a OWASP Dependency Check analysis on a C# project.
In order to use the commands for this addin, include the following in your build.cake file to download and reference from NuGet.org:
#tool "nuget:?package=DependencyCheck.Runner.Tool&include=./**/dependency-check.sh&include=./**/dependency-check.bat"
#addin "nuget:?package=Cake.DependencyCheck"
General
DependencyCheck Alias from Cake.DependencyCheck addin |
Run the actual OWASP Dependency Check analysis. |
DependencyCheck Alias from Cake.DependencyCheck addin |
Run the actual OWASP Dependency Check analysis. |