diff --git a/prowler/lib/banner.py b/prowler/lib/banner.py index 6a2f47a5d5..0b00d729ad 100644 --- a/prowler/lib/banner.py +++ b/prowler/lib/banner.py @@ -9,7 +9,7 @@ def print_banner(args): | '_ \| '__/ _ \ \ /\ / / |/ _ \ '__| | |_) | | | (_) \ V V /| | __/ | | .__/|_| \___/ \_/\_/ |_|\___|_|v{prowler_version} -|_|{Fore.BLUE} the handy cloud security tool +|_|{Fore.BLUE} the handy multi-cloud security tool {Fore.YELLOW}Date: {timestamp.strftime("%Y-%m-%d %H:%M:%S")}{Style.RESET_ALL} """ diff --git a/prowler/lib/outputs/slack.py b/prowler/lib/outputs/slack.py index 998ffd12a4..e0431af2b1 100644 --- a/prowler/lib/outputs/slack.py +++ b/prowler/lib/outputs/slack.py @@ -64,7 +64,7 @@ def create_message_blocks(identity, logo, stats): "type": "section", "text": { "type": "mrkdwn", - "text": f"Hey there 👋 \n I'm *Prowler*, _the handy cloud security tool_ :cloud::key:\n\n I have just finished the security assessment on your {identity} with a total of *{stats['findings_count']}* findings.", + "text": f"Hey there 👋 \n I'm *Prowler*, _the handy multi-cloud security tool_ :cloud::key:\n\n I have just finished the security assessment on your {identity} with a total of *{stats['findings_count']}* findings.", }, "accessory": { "type": "image", diff --git a/tests/lib/outputs/slack_test.py b/tests/lib/outputs/slack_test.py index 53bfc28d1c..a0862182b0 100644 --- a/tests/lib/outputs/slack_test.py +++ b/tests/lib/outputs/slack_test.py @@ -65,7 +65,7 @@ def test_create_message_blocks(self): "type": "section", "text": { "type": "mrkdwn", - "text": f"Hey there 👋 \n I'm *Prowler*, _the handy cloud security tool_ :cloud::key:\n\n I have just finished the security assessment on your {aws_identity} with a total of *{stats['findings_count']}* findings.", + "text": f"Hey there 👋 \n I'm *Prowler*, _the handy multi-cloud security tool_ :cloud::key:\n\n I have just finished the security assessment on your {aws_identity} with a total of *{stats['findings_count']}* findings.", }, "accessory": { "type": "image", @@ -145,7 +145,7 @@ def test_create_message_blocks(self): "type": "section", "text": { "type": "mrkdwn", - "text": f"Hey there 👋 \n I'm *Prowler*, _the handy cloud security tool_ :cloud::key:\n\n I have just finished the security assessment on your {azure_identity} with a total of *{stats['findings_count']}* findings.", + "text": f"Hey there 👋 \n I'm *Prowler*, _the handy multi-cloud security tool_ :cloud::key:\n\n I have just finished the security assessment on your {azure_identity} with a total of *{stats['findings_count']}* findings.", }, "accessory": { "type": "image", @@ -225,7 +225,7 @@ def test_create_message_blocks(self): "type": "section", "text": { "type": "mrkdwn", - "text": f"Hey there 👋 \n I'm *Prowler*, _the handy cloud security tool_ :cloud::key:\n\n I have just finished the security assessment on your {gcp_identity} with a total of *{stats['findings_count']}* findings.", + "text": f"Hey there 👋 \n I'm *Prowler*, _the handy multi-cloud security tool_ :cloud::key:\n\n I have just finished the security assessment on your {gcp_identity} with a total of *{stats['findings_count']}* findings.", }, "accessory": { "type": "image",