From ca88c5120606566552aede96e466b04da230414f Mon Sep 17 00:00:00 2001 From: Matt Johnson Date: Mon, 11 Nov 2024 09:40:21 +0000 Subject: [PATCH] Update all community slack join links and references to new URL --- README.md | 6 +++--- docs/contact.md | 2 +- docs/developer-guide/introduction.md | 2 +- prowler/lib/outputs/slack/slack.py | 2 +- tests/lib/outputs/slack/slack_test.py | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 090cd90a433..99396fec467 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,13 @@

-Prowler community on Slack +Prowler community on Slack
- Join our Prowler community! + Join our Prowler community!


- Slack Shield + Slack Shield Python Version Python Version PyPI Prowler Downloads diff --git a/docs/contact.md b/docs/contact.md index 770ad8cd46f..94c8adf0bbb 100644 --- a/docs/contact.md +++ b/docs/contact.md @@ -2,7 +2,7 @@ For technical support or any type of inquiries, you are very welcome to: -- Reach out to community members on the [**Prowler Slack channel**](https://join.slack.com/t/prowler-workspace/shared_invite/zt-1hix76xsl-2uq222JIXrC7Q8It~9ZNog) +- Reach out to community members on the [**Prowler Slack channel**](https://goto.prowler.com/slack) - Open an Issue or a Pull Request in our [**GitHub repository**](https://github.com/prowler-cloud/prowler). diff --git a/docs/developer-guide/introduction.md b/docs/developer-guide/introduction.md index df2f921880e..80da2d6000b 100644 --- a/docs/developer-guide/introduction.md +++ b/docs/developer-guide/introduction.md @@ -67,4 +67,4 @@ If you create or review a PR in https://github.com/prowler-cloud/prowler please ## Want some swag as appreciation for your contribution? -If you are like us and you love swag, we are happy to thank you for your contribution with some laptop stickers or whatever other swag we may have at that time. Please, tell us more details and your pull request link in our [Slack workspace here](https://join.slack.com/t/prowler-workspace/shared_invite/zt-1hix76xsl-2uq222JIXrC7Q8It~9ZNog). You can also reach out to Toni de la Fuente on Twitter [here](https://twitter.com/ToniBlyx), his DMs are open. +If you are like us and you love swag, we are happy to thank you for your contribution with some laptop stickers or whatever other swag we may have at that time. Please, tell us more details and your pull request link in our [Slack workspace here](https://goto.prowler.com/slack). You can also reach out to Toni de la Fuente on Twitter [here](https://twitter.com/ToniBlyx), his DMs are open. diff --git a/prowler/lib/outputs/slack/slack.py b/prowler/lib/outputs/slack/slack.py index 903711de488..24fcc646ae0 100644 --- a/prowler/lib/outputs/slack/slack.py +++ b/prowler/lib/outputs/slack/slack.py @@ -185,7 +185,7 @@ def __create_message_blocks__(self, identity, logo, stats, args) -> list: "accessory": { "type": "button", "text": {"type": "plain_text", "text": "Prowler :slack:"}, - "url": "https://join.slack.com/t/prowler-workspace/shared_invite/zt-1hix76xsl-2uq222JIXrC7Q8It~9ZNog", + "url": "https://goto.prowler.com/slack", }, }, { diff --git a/tests/lib/outputs/slack/slack_test.py b/tests/lib/outputs/slack/slack_test.py index 16becdbe5ce..2ab3d3a5ae9 100644 --- a/tests/lib/outputs/slack/slack_test.py +++ b/tests/lib/outputs/slack/slack_test.py @@ -176,7 +176,7 @@ def test_create_message_blocks_aws(self): "accessory": { "type": "button", "text": {"type": "plain_text", "text": "Prowler :slack:"}, - "url": "https://join.slack.com/t/prowler-workspace/shared_invite/zt-1hix76xsl-2uq222JIXrC7Q8It~9ZNog", + "url": "https://goto.prowler.com/slack", }, }, { @@ -305,7 +305,7 @@ def test_create_message_blocks_azure(self): "accessory": { "type": "button", "text": {"type": "plain_text", "text": "Prowler :slack:"}, - "url": "https://join.slack.com/t/prowler-workspace/shared_invite/zt-1hix76xsl-2uq222JIXrC7Q8It~9ZNog", + "url": "https://goto.prowler.com/slack", }, }, { @@ -432,7 +432,7 @@ def test_create_message_blocks_gcp(self): "accessory": { "type": "button", "text": {"type": "plain_text", "text": "Prowler :slack:"}, - "url": "https://join.slack.com/t/prowler-workspace/shared_invite/zt-1hix76xsl-2uq222JIXrC7Q8It~9ZNog", + "url": "https://goto.prowler.com/slack", }, }, {