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