Update for support of ODC 3.3.2

This commit is contained in:
Šesták Vít
2018-09-26 15:26:39 +02:00
parent 181a4c596c
commit ef5d7e911d
2 changed files with 13 additions and 4 deletions

View File

@@ -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)),