Skip to content

Commit

Permalink
remove hard setting of the Rocketchat Username
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Labarussias <[email protected]>
  • Loading branch information
Issif authored and poiana committed Dec 21, 2023
1 parent 7cb5145 commit 9b371d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs/rocketchat.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func newRocketchatPayload(falcopayload types.FalcoPayload, config *types.Configu

s := slackPayload{
Text: messageText,
Username: "Falcosidekick",
Username: config.Rocketchat.Username,
IconURL: iconURL,
Attachments: attachments}

Expand Down

0 comments on commit 9b371d3

Please sign in to comment.