mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 07:43:40 +01:00
updated integration test to generate all reports
Former-commit-id: 6828ba7aaeb77eeebfa84b3b39ae53f148b0d327
This commit is contained in:
@@ -64,6 +64,6 @@ public class EngineIntegrationTest {
|
||||
instance.analyzeDependencies();
|
||||
ReportGenerator rg = new ReportGenerator("DependencyCheck",
|
||||
instance.getDependencies(), instance.getAnalyzers());
|
||||
rg.generateReports("./target/", "HTML");
|
||||
rg.generateReports("./target/", "ALL");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user