We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a968834 commit 450055fCopy full SHA for 450055f
cfg.yaml
@@ -36,6 +36,8 @@ templates:
36
rego-package: postee.vuls.slack # Slack template REGO package (available out of the box)
37
- name: vuls-html # Out of the box HTML template
38
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)
41
- name: raw-html # Raw message json
42
rego-package: postee.rawmessage.html # HTML template REGO package (available out of the box)
43
- name: legacy # Out of the box legacy Golang template
0 commit comments