mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-23 09:31:54 +01: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:
@@ -33,6 +33,9 @@ GET /stats/libraries/all controllers.Statistics.allLibrarie
|
||||
GET /stats/libraries/files controllers.Statistics.allFiles(selector: Option[String])
|
||||
GET /stats/libraries/gavs controllers.Statistics.allGavs(selector: Option[String])
|
||||
|
||||
GET /advisor controllers.LibraryAdvisor.index(dependency: Option[String] ?= None)
|
||||
POST /advisor/scan controllers.LibraryAdvisor.scan()
|
||||
|
||||
GET /notifications controllers.Notifications.listProjects(filter: Option[String])
|
||||
POST /notifications/watch controllers.Notifications.watch(project: String, filter: Option[String])
|
||||
POST /notifications/unwatch controllers.Notifications.unwatch(project: String, filter: Option[String])
|
||||
|
||||
Reference in New Issue
Block a user