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.
Summary
Sets whether the Central Analyzer will be used. Disabling this analyzer is not recommended as it could lead to false negatives (e.g. libraries that have vulnerabilities may not be reported correctly). If this analyzer is being disabled there is a good chance you also want to disable the Nexus Analyzer.
- Assembly
- Cake
.DependencyCheck .dll - Namespace
- Cake
.DependencyCheck - Containing Type
- Dependency
Check Settings
Syntax
public bool DisableCentral { get; set; }
Attributes
Type | Description |
---|---|
ArgumentAttribute | Argument attribute class |
Value
Type | Description |
---|---|
bool |