Cake.DependencyCheck

A Cake AddIn that allows will run the OWASP Dependency-Check utility.

#addin nuget:?package=Cake.DependencyCheck&version=1.2.0

dotnet add package Cake.DependencyCheck --version 1.2.0

<PackageReference Include="Cake.DependencyCheck" Version="1.2.0" />

Aliases

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(DependencyCheckSettings) Run the actual OWASP Dependency Check analysis.
DependencyCheck(string, string) Run the actual OWASP Dependency Check analysis.