mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-20 16:24:32 +01:00
Added forgotten file
This commit is contained in:
@@ -30,6 +30,7 @@ final case class Analysis(scanInfo: SerializableXml, name: String, reportDate: D
|
|||||||
|
|
||||||
final case class Hashes(sha1: String, md5: String){
|
final case class Hashes(sha1: String, md5: String){
|
||||||
override def toString: String = s"Hashes(sha1=$sha1, md5=$md5)"
|
override def toString: String = s"Hashes(sha1=$sha1, md5=$md5)"
|
||||||
|
def hashTuples: Seq[(String, String)] = Seq("sha1" -> sha1, "md5" -> md5)
|
||||||
def serialized = s"$sha1-$md5"
|
def serialized = s"$sha1-$md5"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user