mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-04-30 20:24:32 +02:00
Ruby Analyzer: Added bundle-audit analyzer. So far just launches if available and logs the output.
This commit is contained in:
@@ -246,6 +246,10 @@ public final class Settings {
|
||||
* The path to mono, if available.
|
||||
*/
|
||||
public static final String ANALYZER_ASSEMBLY_MONO_PATH = "analyzer.assembly.mono.path";
|
||||
/**
|
||||
* The path to bundle-audit, if available.
|
||||
*/
|
||||
public static final String ANALYZER_BUNDLE_AUDIT_PATH = "analyzer.bundle.audit.path";
|
||||
/**
|
||||
* The additional configured zip file extensions, if available.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user