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:
@@ -26,7 +26,7 @@ class Notifications @Inject()(
|
||||
dependencyCheckReportsParser: DependencyCheckReportsParser,
|
||||
issueTrackerServiceOption: Option[IssueTrackerService],
|
||||
emailExportServiceOption: Option[EmailExportService],
|
||||
odcService: OdcService,
|
||||
odcService: OdcDbService,
|
||||
absolutizer: Absolutizer,
|
||||
val env: AuthEnv,
|
||||
val templateCustomization: TemplateCustomization
|
||||
|
||||
Reference in New Issue
Block a user