17 lines
814 B
JSON
17 lines
814 B
JSON
{
|
|
"templateId": "tmpl-attest-verify-fail-slack",
|
|
"tenantId": "bootstrap",
|
|
"channelType": "Slack",
|
|
"key": "tmpl-attest-verify-fail",
|
|
"locale": "en-US",
|
|
"schemaVersion": "1.0.0",
|
|
"renderMode": "Markdown",
|
|
"format": "Json",
|
|
"description": "Slack notification for attestation verification failure",
|
|
"metadata": {
|
|
"eventKind": "attestor.verify.fail",
|
|
"category": "attestation"
|
|
},
|
|
"body": ":x: *Attestation Verification Failed*\n\n*Artifact:* `{{ event.artifactDigest }}`\n*Policy:* {{ event.policyName }}\n*Failure Reason:* {{ event.failureReason }}\n\n{{ #if event.attestationId }}*Attestation ID:* `{{ event.attestationId }}`\n{{ /if }}{{ #if event.signerIdentity }}*Signer:* `{{ event.signerIdentity }}`\n{{ /if }}\n---\n_Event ID: {{ event.eventId }} | {{ event.occurredAtUtc }}_"
|
|
}
|