mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-22 00:59:34 +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) {
|
} 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);
|
setEnabled(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user