Skip to content

Commit

Permalink
fix host name in vuln report for all other outputs as well. add some …
Browse files Browse the repository at this point in the history
…dummy string to understand which one is triggered
  • Loading branch information
yosiz-aqua committed Aug 19, 2024
1 parent 43d06a5 commit 1cdcd82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rego-templates/vuls-slack.rego
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 1cdcd82

Please sign in to comment.