Skip to content

Commit

Permalink
docs: simplify cloud links (#1395)
Browse files Browse the repository at this point in the history
  • Loading branch information
gotbadger authored Nov 14, 2023
1 parent 3a4ce49 commit 7174c01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ WARNING: 0

Need help or want to discuss the output? Join the Community https://discord.gg/eaHZBJUXRF

Manage your findings directly on Bearer Cloud. Start now for free https://my.bearer.sh/users/sign_up or learn more https://docs.bearer.com/guides/bearer-cloud/
Retain state and manage your findings directly on Bearer Cloud. Learn more at https://docs.bearer.com/guides/bearer-cloud/

2 changes: 1 addition & 1 deletion internal/report/output/security/security.go
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ func BuildReportString(reportData *outputtypes.ReportData, config settings.Confi
reportStr.WriteString("\nNeed help or want to discuss the output? Join the Community https://discord.gg/eaHZBJUXRF\n")

if config.Client == nil {
reportStr.WriteString("\nManage your findings directly on Bearer Cloud. Start now for free https://my.bearer.sh/users/sign_up or learn more https://docs.bearer.com/guides/bearer-cloud/\n")
reportStr.WriteString("\nRetain state and manage your findings directly on Bearer Cloud. Learn more at https://docs.bearer.com/guides/bearer-cloud/\n")
}

color.NoColor = initialColorSetting
Expand Down

0 comments on commit 7174c01

Please sign in to comment.