chg: [misp-workflow] move to action-taken predicate

pull/259/head
Alexandre Dulaunoy 2022-11-01 22:22:32 +01:00
parent b2ed54990f
commit d67923e466
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 5 additions and 5 deletions

View File

@ -2,17 +2,17 @@
"namespace": "misp-workflow", "namespace": "misp-workflow",
"expanded": "MISP workflow", "expanded": "MISP workflow",
"description": "MISP workflow taxonomy to support result of workflow execution.", "description": "MISP workflow taxonomy to support result of workflow execution.",
"version": 1, "version": 2,
"predicates": [ "predicates": [
{ {
"value": "result", "value": "action-taken",
"expanded": "result", "expanded": "Action taken",
"description": "Result of the workflow execution" "description": "Action taken during the workflow execution"
} }
], ],
"values": [ "values": [
{ {
"predicate": "result", "predicate": "action-taken",
"entry": [ "entry": [
{ {
"value": "ids-flag-removed", "value": "ids-flag-removed",