Added new ODC scans for Java libraries. Those can scan even transitive dependencies and can be run before adding a new library to a project.

This commit is contained in:
Šesták Vít
2017-07-31 12:09:23 +02:00
parent bb0089cd97
commit 2049759430
31 changed files with 824 additions and 200 deletions
+2 -1
View File
@@ -285,7 +285,8 @@ class Application @Inject() (
Ok(
JavaScriptReverseRouter("Routes")(
routes.javascript.Application.setClassified,
routes.javascript.Application.addTag
routes.javascript.Application.addTag,
routes.javascript.LibraryAdvisor.scan
)
).as("text/javascript")
}