mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 08:13:43 +01:00
Ruby bundler: Better message and logging when bundle-audit not found.
This commit is contained in:
@@ -124,7 +124,9 @@ public class RubyBundleAuditAnalyzer extends AbstractFileTypeAnalyzer {
|
||||
}
|
||||
}
|
||||
} catch (AnalysisException ae) {
|
||||
LOGGER.warn("Exception while trying to launch bundle-audit. Disabling " + ANALYZER_NAME, ae.getCause());
|
||||
LOGGER.warn("Exception while trying to launch bundle-audit. Disabling " +
|
||||
ANALYZER_NAME + ". See log file for more details.");
|
||||
LOGGER.debug("Exception while trying to launch bundle-audit.", ae);
|
||||
setEnabled(false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user