tests fixes and some product advisories tunes ups
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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 }}_"
|
||||
}
|
||||
Reference in New Issue
Block a user