Skip to content

Commit

Permalink
Update machinetag.json
Browse files Browse the repository at this point in the history
Add review accuracy and review-quality
  • Loading branch information
cudeso committed Apr 9, 2024
1 parent 55e0f57 commit 31eef7a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion workflow/machinetag.json
Expand Up @@ -2,7 +2,7 @@
"namespace": "workflow",
"expanded": "workflow to support analysis",
"description": "Workflow support language is a common language to support intelligence analysts to perform their analysis on data and information.",
"version": 13,
"version": 14,
"predicates": [
{
"value": "todo",
Expand Down Expand Up @@ -115,6 +115,14 @@
{
"value": "review-completeness",
"expanded": "Review if the event is complete"
},
{
"value": "review-accuracy",
"expanded": "Review the accuracy of an event or attribute"
},
{
"value": "review-quality",
"expanded": "Review the quality of an event or attribute"
}
]
},
Expand Down

0 comments on commit 31eef7a

Please sign in to comment.