Make ip_source_enrichment's registration a list to be consistent with others (#1632)

This commit is contained in:
Arcadia Rose 2020-05-26 16:09:28 -04:00 коммит произвёл GitHub
Родитель 61d3cc2128
Коммит 8d6cf3d6bf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -143,7 +143,7 @@ class message(object):
def __init__(self):
# Run plugin on all alerts
self.registration = '*'
self.registration = ['*']
self._config = _load_config(CONFIG_FILE)
def onMessage(self, message):