mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-27 11:31:24 +01:00
Fixed syntax for PR #204
Former-commit-id: 61875128cd3b710c4aadb2621ab1e6a11b8f7b8e
This commit is contained in:
@@ -974,7 +974,7 @@ public class DependencyCheckScanAgent {
|
|||||||
engine = executeDependencyCheck();
|
engine = executeDependencyCheck();
|
||||||
if (this.generateReport) {
|
if (this.generateReport) {
|
||||||
generateExternalReports(engine, new File(this.reportOutputDirectory));
|
generateExternalReports(engine, new File(this.reportOutputDirectory));
|
||||||
|
}
|
||||||
if (this.showSummary) {
|
if (this.showSummary) {
|
||||||
showSummary(engine.getDependencies());
|
showSummary(engine.getDependencies());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user