Skip to content

Commit

Permalink
chg: [action:mattermost] Added support of jinja_supported config
Browse files Browse the repository at this point in the history
  • Loading branch information
mokaddem committed Feb 19, 2024
1 parent b412dfd commit 28a9381
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misp_modules/modules/action_mod/mattermost.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
'type': 'large_string',
'description': 'The template to be used to generate the message to be posted',
'value': 'The **template** will be rendered using *Jinja2*!',
'jinja_supported': True,
},
},
# Blocking modules break the exection of the current of action
Expand Down

0 comments on commit 28a9381

Please sign in to comment.