mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-24 10:02:00 +01:00
Initial support for virtual dependencies.
Well, they will probably not work anyway, because they don't have hashes. But at this point, at least the parser does not crash at isVirtual="false"
This commit is contained in:
@@ -38,7 +38,8 @@ object ReportsFactory{
|
||||
license = "something",
|
||||
vulnerabilities = Seq(),
|
||||
suppressedVulnerabilities = Seq(),
|
||||
relatedDependencies = Seq()
|
||||
relatedDependencies = Seq(),
|
||||
isVirtual = false
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user