From 1cdcd82afc1c5c15a5a52d2a87430019af21050c Mon Sep 17 00:00:00 2001 From: Yosi Zanko Date: Mon, 19 Aug 2024 14:28:35 +0300 Subject: [PATCH] fix host name in vuln report for all other outputs as well. add some dummy string to understand which one is triggered --- rego-templates/vuls-slack.rego | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rego-templates/vuls-slack.rego b/rego-templates/vuls-slack.rego index 92e3e230..36bab3d7 100644 --- a/rego-templates/vuls-slack.rego +++ b/rego-templates/vuls-slack.rego @@ -133,7 +133,7 @@ reportEntityName := input.image { report_type != "VM" } -title = sprintf(`Aqua security YOSI | %s | %s | Scan report`, [report_type, reportEntityName]) +title = sprintf(`Aqua security | %s | %s | Scan report`, [report_type, reportEntityName]) aggregation_pkg := "postee.vuls.slack.aggregation"