Added communicate as new user to default PBA actions

This commit is contained in:
Shay Nehmad 2019-09-09 13:35:46 +03:00
parent 63d76f19f8
commit a32012ce52
1 changed files with 1 additions and 0 deletions

View File

@ -337,6 +337,7 @@ SCHEMA = {
"$ref": "#/definitions/post_breach_acts" "$ref": "#/definitions/post_breach_acts"
}, },
"default": [ "default": [
"CommunicateAsNewUser"
], ],
"description": "List of actions the Monkey will run post breach" "description": "List of actions the Monkey will run post breach"
}, },