Island: Remove persistent scanning section from config since none of its fields are needed now

This commit is contained in:
Shreya Malviya 2021-11-18 12:14:14 +05:30 committed by Mike Salvatore
parent 828d152203
commit de2515a2f4
1 changed files with 0 additions and 13 deletions

View File

@ -93,18 +93,5 @@ MONKEY = {
},
},
},
"persistent_scanning": {
"title": "Persistent scanning",
"type": "object",
"properties": {
"retry_failed_explotation": {
"title": "Retry failed exploitation",
"type": "boolean",
"default": True,
"description": "Determines whether the monkey should retry exploiting machines"
" it didn't successfully exploit on previous scans",
},
},
},
},
}