From 9a45007ad95ce8b463da1f39947d6ac765973d55 Mon Sep 17 00:00:00 2001 From: yohann-bacha <122296171+yohann-bacha@users.noreply.github.com> Date: Fri, 26 May 2023 13:34:26 +0200 Subject: [PATCH] fix: wording on review apps from fork deploy warning (#953) --- cmd/integration_link.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/integration_link.go b/cmd/integration_link.go index 7db654238..71c2cc712 100644 --- a/cmd/integration_link.go +++ b/cmd/integration_link.go @@ -25,7 +25,7 @@ import ( ) var ( - reviewAppsFromForksSecurityWarning = "Only allow automatic review apps deployments from forks if you trust the owners of those forks, as this could lead to security issues. More info here: https://doc.scalingo.com/platform/app/review-apps#addons-collaborators-and-environment-variables" + reviewAppsFromForksSecurityWarning = "Only deploy Review Apps from trusted sources. As this Pull Request comes from a fork, Scalingo invites you to consult the best practices for using Review Apps using this link: https://doc.scalingo.com/platform/app/review-apps" integrationLinkShowCommand = cli.Command{ Name: "integration-link",