mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-01-15 08:14:02 +01:00
Update for support of ODC 3.3.2
This commit is contained in:
@@ -31,6 +31,7 @@ object ReportsFactory{
|
||||
filePath = s"dep-for-$projectId",
|
||||
md5 = DigestUtils.md5Hex(fakeFileContent),
|
||||
sha1 = DigestUtils.sha1Hex(fakeFileContent),
|
||||
sha256 = DigestUtils.sha256Hex(fakeFileContent),
|
||||
description = s"Some fake dependency for project $projectId",
|
||||
evidenceCollected = Set(),
|
||||
identifiers = Seq(buildFakeIdentifier(projectId)),
|
||||
|
||||
Reference in New Issue
Block a user