mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-01-17 17:22:08 +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:
@@ -38,7 +38,7 @@ object ReportsFactory{
|
||||
license = "something",
|
||||
vulnerabilities = Seq(),
|
||||
suppressedVulnerabilities = Seq(),
|
||||
relatedDependencies = SerializableXml("<c></c>")
|
||||
relatedDependencies = Seq()
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user