Skip to content

Commit

Permalink
#110 Update EchoAnalyzer to support more data types
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Jul 11, 2018
1 parent 318f74a commit c9e6e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/resources/analyzers/echoAnalyzer/echoAnalyzer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
}
],
"description": "Fake analyzer used for functional tests",
"dataTypeList": ["domain", "thehive:case"],
"dataTypeList": ["domain", "thehive:case", "thehive:case_task", "thehive:case_artifact", "thehive:alert"],
"command": "echoAnalyzer/echoAnalyzer.sh"
}

0 comments on commit c9e6e6a

Please sign in to comment.