Added NSP Analyzer Support

This commit is contained in:
stevespringett
2017-04-26 00:40:15 -05:00
parent afa47f7dfc
commit 9da95e592c
17 changed files with 1233 additions and 35 deletions

View File

@@ -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.