chg: [misp-workflow] move to action-taken predicate
parent
b2ed54990f
commit
d67923e466
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue