mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-18 09:37:38 +01:00
Merge branch 'master' of https://github.com/stevespringett/DependencyCheck into stevespringett-master
This commit is contained in:
@@ -258,6 +258,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