mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-17 23:04:07 +01:00
Added files I missed during the last change
Former-commit-id: 2f6f9cdb93c3a3f055694447b8a5d5bfbe440708
This commit is contained in:
@@ -147,6 +147,14 @@ public final class Settings {
|
||||
* The key for a list of suppression files.
|
||||
*/
|
||||
public static final String SUPPRESSION_FILE = "suppression.file";
|
||||
/**
|
||||
* The properties key for whether the Nexus analyzer is enabled.
|
||||
*/
|
||||
public static final String ANALYZER_NEXUS_ENABLED = "analyzer.nexus.enabled";
|
||||
/**
|
||||
* The properties key for the Nexus search URL.
|
||||
*/
|
||||
public static final String ANALYZER_NEXUS_URL = "analyzer.nexus.url";
|
||||
}
|
||||
/**
|
||||
* The properties file location.
|
||||
|
||||
Reference in New Issue
Block a user