tests fixes and some product advisories tunes ups
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"templateId": "tmpl-attest-expiry-warning-slack",
|
||||
"tenantId": "bootstrap",
|
||||
"channelType": "Slack",
|
||||
"key": "tmpl-attest-expiry-warning",
|
||||
"locale": "en-US",
|
||||
"schemaVersion": "1.0.0",
|
||||
"renderMode": "Markdown",
|
||||
"format": "Json",
|
||||
"description": "Slack notification for attestation expiry warning",
|
||||
"metadata": {
|
||||
"eventKind": "attestor.expiry.warning",
|
||||
"category": "attestation"
|
||||
},
|
||||
"body": ":warning: *Attestation Expiry Warning*\n\n*Attestation ID:* `{{ event.attestationId }}`\n*Artifact:* `{{ event.artifactDigest }}`\n*Expires At:* {{ event.expiresAtUtc }}\n*Days Until Expiry:* {{ event.daysUntilExpiry }}\n\n{{ #if event.signerIdentity }}*Signer:* `{{ event.signerIdentity }}`\n{{ /if }}\n---\n_Event ID: {{ event.eventId }} | {{ event.occurredAtUtc }}_"
|
||||
}
|
||||
Reference in New Issue
Block a user