stabilize tests
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"templateId": "tmpl-risk-profile-state-slack",
|
||||
"tenantId": "bootstrap",
|
||||
"channelType": "Slack",
|
||||
"key": "tmpl-risk-profile-state",
|
||||
"locale": "en-US",
|
||||
"schemaVersion": "1.0.0",
|
||||
"renderMode": "Markdown",
|
||||
"format": "Json",
|
||||
"description": "Slack notification for risk profile state changes",
|
||||
"metadata": {
|
||||
"eventKind": "risk.profile.published",
|
||||
"category": "risk"
|
||||
},
|
||||
"body": ":information_source: *Risk profile update*\n\n*Profile:* {{ event.profileName }}\n*State:* {{ event.state }}\n*Owner:* {{ event.owner }}\n*Summary:* {{ event.summary }}\n\n{{ #if event.policyId }}*Policy:* {{ event.policyId }} (v{{ event.policyVersion }})\n{{ /if }}---\n_Event ID: {{ event.eventId }} | {{ event.occurredAtUtc }}_"
|
||||
}
|
||||
Reference in New Issue
Block a user