Pass the date field in to the Spec11 Soy template

The daily template is the only one that needs it but we can always pass it in without issue.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=231295089
This commit is contained in:
gbrodman 2019-01-28 14:59:44 -08:00 committed by Michael Muller
parent 2edb072e68
commit 6e0b8f2cfd
2 changed files with 57 additions and 1 deletions

View file

@ -141,6 +141,7 @@ public class Spec11EmailUtils {
Map<String, Object> data =
ImmutableMap.of(
"date", date.toString(),
"registry", registryName,
"replyToEmail", spec11ReplyToAddress,
"threats", threatMatchMap,