Skip to content

Commit

Permalink
Update playbook_adware.json
Browse files Browse the repository at this point in the history
[FIX] underscores in "name" fields
  • Loading branch information
Raphigo committed Jul 26, 2021
1 parent 250ff8b commit 19c0d93
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions playbooks/templates/playbook_adware.json
Expand Up @@ -2,7 +2,7 @@
"name": "Adware domain related ",
"nodes": {
"0": {
"name": "security_alerts_trigger",
"name": "Security alerts trigger",
"type": "trigger",
"outputs": {
"default": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"subtype": "condition"
},
"2": {
"name": "get_an_alert",
"name": "Get an alert",
"type": "action",
"outputs": {
"default": [
Expand Down Expand Up @@ -97,7 +97,7 @@
"subtype": "condition"
},
"6": {
"name": "patch_an_alert",
"name": "Patch an alert",
"type": "action",
"outputs": {
"default": [
Expand All @@ -114,7 +114,7 @@
"module_uuid": "92d8bb47-7c51-445d-81de-ae04edbb6f0a"
},
"7": {
"name": "trigger_an_action_on_the_alert_workflow",
"name": "Trigger an action on the alert workflow",
"type": "action",
"outputs": {
"default": []
Expand Down Expand Up @@ -225,7 +225,7 @@
"subtype": "condition"
},
"11": {
"name": "patch_an_alert",
"name": "Patch an alert",
"type": "action",
"outputs": {
"default": [
Expand All @@ -242,7 +242,7 @@
"module_uuid": "92d8bb47-7c51-445d-81de-ae04edbb6f0a"
},
"12": {
"name": "trigger_an_action_on_the_alert_workflow",
"name": "Trigger an action on the alert workflow",
"type": "action",
"outputs": {
"default": []
Expand Down

0 comments on commit 19c0d93

Please sign in to comment.