From 1a1e804c000ead233c278fdbf1737f465fabfbef Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Tue, 14 Jul 2026 08:46:52 +0200 Subject: [PATCH] chore(banner): highlight link to Prowler Cloud (#11964) --- prowler/lib/banner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prowler/lib/banner.py b/prowler/lib/banner.py index 8115983bc6..cfd576ed15 100644 --- a/prowler/lib/banner.py +++ b/prowler/lib/banner.py @@ -66,5 +66,5 @@ def print_prowler_cloud_banner(provider: str = None): {bar} {check} {Style.BRIGHT}Bulk Provisioning{Style.RESET_ALL} - add your entire AWS Organization in seconds. {bar} {check} {Style.BRIGHT}Integrations{Style.RESET_ALL} - Anything with our MCP + Jira, Slack, AWS Security Hub, Amazon S3, SSO and RBAC. {bar} -{bar} {Fore.BLUE}Start free at 👉 cloud.prowler.com{Style.RESET_ALL} +{bar} {banner_color}Start free at 👉 cloud.prowler.com{Style.RESET_ALL} """)