only add endgame to action if it is populated

This commit is contained in:
m0duspwnens
2023-09-06 14:19:53 -04:00
parent 5c0045f9f8
commit ffaab4a1b4

View File

@@ -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",