From c450b01763e6f4538a91e3a4d77d5b9e6cf6f53a Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Mon, 17 Jul 2023 20:20:11 -0400 Subject: [PATCH] update email for secret leak --- backend/src/templates/secretLeakIncident.handlebars | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/backend/src/templates/secretLeakIncident.handlebars b/backend/src/templates/secretLeakIncident.handlebars index f38a5d728..1bf2d3175 100644 --- a/backend/src/templates/secretLeakIncident.handlebars +++ b/backend/src/templates/secretLeakIncident.handlebars @@ -10,13 +10,14 @@

Infisical has uncovered {{numberOfSecrets}} secret(s) from your recent push

View leaked secrets

-

One or more secret leaks have been detected in a recent commit pushed by {{pusher_name}} ({{pusher_email}}). If +

You are receiving this notification because one or more secret leaks have been detected in a recent commit pushed + by {{pusher_name}} ({{pusher_email}}). If these are test secrets, please add `infisical-scan:ignore` at the end of the line containing the secret as comment - in the given programming. This will prevent future notifications from being sent out for the given secret(s).

+ in the given programming. This will prevent future notifications from being sent out for those secret(s).

If these are production secrets, please rotate them immediately.

-

Once you have taken action, be sure to update the status of the risk in yourOnce you have taken action, be sure to update the status of the risk in your Infisical dashboard.