mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
only add endgame to action if it is populated
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
{% endif %}
|
||||
|
||||
{% set standard_actions = SOCMERGED.config.pop('actions') %}
|
||||
{% if pillar.global.endgamehost is defined %}
|
||||
{% if pillar.global.endgamehost != '' %}
|
||||
{% set endgame_dict = {
|
||||
"name": "Endgame",
|
||||
"description": "Endgame Endpoint Investigation and Response",
|
||||
|
||||
Reference in New Issue
Block a user