mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-19 01:57:06 +01:00
Added NSP Analyzer Support
This commit is contained in:
@@ -252,6 +252,14 @@ public final class Settings {
|
||||
* enabled.
|
||||
*/
|
||||
public static final String ANALYZER_NODE_PACKAGE_ENABLED = "analyzer.node.package.enabled";
|
||||
/**
|
||||
* The properties key for whether the Node Security Platform (nsp) analyzer is enabled.
|
||||
*/
|
||||
public static final String ANALYZER_NSP_PACKAGE_ENABLED = "analyzer.nsp.package.enabled";
|
||||
/**
|
||||
* The properties key for whether the Nexus analyzer is enabled.
|
||||
*/
|
||||
public static final String ANALYZER_NSP_URL = "analyzer.nsp.url";
|
||||
/**
|
||||
* The properties key for whether the composer lock file analyzer is
|
||||
* enabled.
|
||||
|
||||
Reference in New Issue
Block a user