Skip to content

Commit

Permalink
fix: wording on review apps from fork deploy warning (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
yohann-bacha committed May 26, 2023
1 parent 1126738 commit 9a45007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/integration_link.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9a45007

Please sign in to comment.