chore(slack): add text argument by best practice (#5541)

Co-authored-by: Sergio <sergio@prowler.com>
This commit is contained in:
NIRBHAY KUMAR
2024-10-28 21:49:05 +05:30
committed by GitHub
parent 76ee608ef8
commit a4cca188ef
+1
View File
@@ -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