tests fixes and some product advisories tunes ups
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"templateId": "identity-matched-webhook",
|
||||
"tenantId": "bootstrap",
|
||||
"channelType": "Webhook",
|
||||
"key": "identity-matched",
|
||||
"locale": "en-US",
|
||||
"schemaVersion": "1.0.0",
|
||||
"renderMode": "None",
|
||||
"format": "Json",
|
||||
"description": "Webhook payload for identity watchlist matches",
|
||||
"metadata": {
|
||||
"eventKind": "attestor.identity.matched",
|
||||
"category": "attestation",
|
||||
"contentType": "application/json"
|
||||
},
|
||||
"body": "{\"alertType\":\"identity-watchlist-match\",\"severity\":\"{{ event.severity }}\",\"watchlist\":{\"entryId\":\"{{ event.watchlistEntryId }}\",\"entryName\":\"{{ event.watchlistEntryName }}\"},\"matchedIdentity\":{\"issuer\":{{ #if event.matchedIdentity.issuer }}\"{{ event.matchedIdentity.issuer }}\"{{ else }}null{{ /if }},\"subjectAlternativeName\":{{ #if event.matchedIdentity.subjectAlternativeName }}\"{{ event.matchedIdentity.subjectAlternativeName }}\"{{ else }}null{{ /if }},\"keyId\":{{ #if event.matchedIdentity.keyId }}\"{{ event.matchedIdentity.keyId }}\"{{ else }}null{{ /if }}},\"rekorEntry\":{\"uuid\":\"{{ event.rekorEntry.uuid }}\",\"logIndex\":{{ event.rekorEntry.logIndex }},\"artifactSha256\":\"{{ event.rekorEntry.artifactSha256 }}\",\"integratedTimeUtc\":\"{{ event.rekorEntry.integratedTimeUtc }}\"},\"eventId\":\"{{ event.eventId }}\",\"occurredAtUtc\":\"{{ event.occurredAtUtc }}\",\"suppressedCount\":{{ event.suppressedCount }}}"
|
||||
}
|
||||
Reference in New Issue
Block a user