diff --git a/app/controlplane/plugins/core/slack-webhook/v1/slack_webhook.go b/app/controlplane/plugins/core/slack-webhook/v1/slack_webhook.go index 3a5dd5bd5..c3acb8e83 100644 --- a/app/controlplane/plugins/core/slack-webhook/v1/slack_webhook.go +++ b/app/controlplane/plugins/core/slack-webhook/v1/slack_webhook.go @@ -101,7 +101,7 @@ func (i *Integration) Execute(_ context.Context, req *sdk.ExecutionRequest) erro return fmt.Errorf("error summarizing the request: %w", err) } - msg := fmt.Sprintf("\nNew attestation received!```\n%s\n```\n", summary) + msg := fmt.Sprintf("\nNew attestation received!\n```\n%s\n```\n", summary) webhookURL := req.RegistrationInfo.Credentials.Password if err := executeWebhook(webhookURL, msg); err != nil {