We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6546ba5 commit 640ae37Copy full SHA for 640ae37
1 file changed
src/robusta/integrations/slack/sender.py
@@ -455,7 +455,6 @@ def __create_finding_header_preview(
455
else:
456
alert_type = "Notification"
457
458
- # Prepare resource text and emoji if available
459
resource_emoji = ":package:"
460
461
subject_kind = ""
@@ -507,6 +506,7 @@ def __create_finding_header_preview(
507
506
"subject_name": subject_name,
508
"resource_emoji": resource_emoji,
509
"mention": mention,
+ "aggregation_key": finding.aggregation_key,
510
"labels": finding.subject.labels if finding.subject else {},
511
"annotations": finding.subject.annotations if finding.subject else {},
512
}
0 commit comments