tests fixes and some product advisories tunes ups
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"templateId": "tmpl-attest-transparency-anomaly-slack",
|
||||
"tenantId": "bootstrap",
|
||||
"channelType": "Slack",
|
||||
"key": "tmpl-attest-transparency-anomaly",
|
||||
"locale": "en-US",
|
||||
"schemaVersion": "1.0.0",
|
||||
"renderMode": "Markdown",
|
||||
"format": "Json",
|
||||
"description": "Slack notification for transparency log anomaly detection",
|
||||
"metadata": {
|
||||
"eventKind": "attestor.transparency.anomaly",
|
||||
"category": "attestation"
|
||||
},
|
||||
"body": ":rotating_light: *Transparency Log Anomaly Detected*\n\n*Anomaly Type:* {{ event.anomalyType }}\n*Log Source:* `{{ event.logSource }}`\n*Description:* {{ event.description }}\n\n{{ #if event.affectedEntryUuid }}*Affected Entry:* `{{ event.affectedEntryUuid }}`\n{{ /if }}{{ #if event.expectedValue }}*Expected:* `{{ event.expectedValue }}`\n*Actual:* `{{ event.actualValue }}`\n{{ /if }}\n---\n_Event ID: {{ event.eventId }} | {{ event.occurredAtUtc }}_"
|
||||
}
|
||||
Reference in New Issue
Block a user