mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-29 13:22:12 +02:00
Added verbose flag to get as much reportable info as possible.
This commit is contained in:
@@ -72,6 +72,7 @@ public class RubyBundleAuditAnalyzer extends AbstractFileTypeAnalyzer {
|
|||||||
final String bundleAuditPath = Settings.getString(Settings.KEYS.ANALYZER_BUNDLE_AUDIT_PATH);
|
final String bundleAuditPath = Settings.getString(Settings.KEYS.ANALYZER_BUNDLE_AUDIT_PATH);
|
||||||
args.add(null == bundleAuditPath ? "bundle-audit" : bundleAuditPath);
|
args.add(null == bundleAuditPath ? "bundle-audit" : bundleAuditPath);
|
||||||
args.add("check");
|
args.add("check");
|
||||||
|
args.add("--verbose");
|
||||||
final ProcessBuilder builder = new ProcessBuilder(args);
|
final ProcessBuilder builder = new ProcessBuilder(args);
|
||||||
builder.directory(folder);
|
builder.directory(folder);
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user