DependencyCheckSettings.

DisableCentral Property

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.

Syntax

public bool DisableCentral { get; set; }

Attributes

Type Description
ArgumentAttribute Argument attribute class

Value

Type Description
bool