mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 04:51:51 +00:00
chore(slack): add text argument by best practice (#5541)
Co-authored-by: Sergio <sergio@prowler.com>
This commit is contained in:
@@ -43,6 +43,7 @@ class Slack:
|
||||
username="Prowler",
|
||||
icon_url=square_logo_img,
|
||||
channel=f"#{self.channel}",
|
||||
text="Prowler Scan Summary",
|
||||
blocks=self.__create_message_blocks__(identity, logo, stats, args),
|
||||
)
|
||||
return response
|
||||
|
||||
Reference in New Issue
Block a user