Skip to content

Commit 450055f

Browse files
committed
Added new HTML template for email integrations
1 parent a968834 commit 450055f

File tree

3 files changed

+394
-1
lines changed

3 files changed

+394
-1
lines changed

cfg.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ templates:
3636
rego-package: postee.vuls.slack # Slack template REGO package (available out of the box)
3737
- name: vuls-html # Out of the box HTML template
3838
rego-package: postee.vuls.html # HTML template REGO package (available out of the box)
39+
- name: vuls-email # Out of the box HTML template for email
40+
rego-package: postee.vuls.email # HTML template REGO package (available out of the box)
3941
- name: raw-html # Raw message json
4042
rego-package: postee.rawmessage.html # HTML template REGO package (available out of the box)
4143
- name: legacy # Out of the box legacy Golang template

0 commit comments

Comments
 (0)