Skip to content

Commit 538252d

Browse files
authored
Add sketch_id to globals (#898)
1 parent 854a84e commit 538252d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

turbinia/lib/recipe_helpers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
'jobs_allowlist': [],
3131
'jobs_denylist': [],
3232
'yara_rules': '',
33-
'filter_patterns': []
33+
'filter_patterns': [],
34+
'sketch_id': None
3435
}
3536

3637
#Default recipes dict

0 commit comments

Comments
 (0)