mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-06-14 02:04:28 +02:00
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:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user