From 7a65baa523d858ed9ae8c65f5914e666b008debb Mon Sep 17 00:00:00 2001 From: Sourav Agrawal <146818014+sourava01@users.noreply.github.com> Date: Sun, 24 Mar 2024 13:48:14 +0530 Subject: [PATCH] Update policy_check_results_wrapped.tmpl --- server/events/templates/policy_check_results_wrapped.tmpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/server/events/templates/policy_check_results_wrapped.tmpl b/server/events/templates/policy_check_results_wrapped.tmpl index db30224e6c..330980c2f4 100644 --- a/server/events/templates/policy_check_results_wrapped.tmpl +++ b/server/events/templates/policy_check_results_wrapped.tmpl @@ -36,8 +36,11 @@ ``` {{- if eq .Command "Policy Check" }} +{{- if ne .PolicyCheckSummary "" }} ``` {{ .PolicyCheckSummary }} ``` {{- end }} -{{ end -}} \ No newline at end of file + +{{- end }} +{{ end -}}