mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 16:23:37 +01:00
Ruby bunder: Code needed to disable the analyzer in the CLI if desired.
This commit is contained in:
@@ -206,6 +206,10 @@ public final class Settings {
|
||||
* The properties key for whether the CMake analyzer is enabled.
|
||||
*/
|
||||
public static final String ANALYZER_CMAKE_ENABLED = "analyzer.cmake.enabled";
|
||||
/**
|
||||
* The properties key for whether the Ruby Bundler Audit analyzer is enabled.
|
||||
*/
|
||||
public static final String ANALYZER_BUNDLE_AUDIT_ENABLED = "analyzer.bundle.audit.enabled";
|
||||
/**
|
||||
* The properties key for whether the .NET Assembly analyzer is enabled.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user