Skip to content

Commit

Permalink
Merge pull request #645 from Chennoy/feat/email-rego-template
Browse files Browse the repository at this point in the history
Added new HTML template for email integrations
  • Loading branch information
Chennoy authored May 29, 2024
2 parents 74084fc + 450055f commit 6893264
Show file tree
Hide file tree
Showing 3 changed files with 394 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ templates:
rego-package: postee.vuls.slack # Slack template REGO package (available out of the box)
- name: vuls-html # Out of the box HTML template
rego-package: postee.vuls.html # HTML template REGO package (available out of the box)
- name: vuls-email # Out of the box HTML template for email
rego-package: postee.vuls.email # HTML template REGO package (available out of the box)
- name: raw-html # Raw message json
rego-package: postee.rawmessage.html # HTML template REGO package (available out of the box)
- name: legacy # Out of the box legacy Golang template
Expand Down
Loading

0 comments on commit 6893264

Please sign in to comment.