diff --git a/.github/workflows/scripts/slack_notifications/cve_notifier.rb b/.github/workflows/scripts/slack_notifications/cve_notifier.rb index 79b84b0c11..4b1a396ec2 100644 --- a/.github/workflows/scripts/slack_notifications/cve_notifier.rb +++ b/.github/workflows/scripts/slack_notifications/cve_notifier.rb @@ -29,7 +29,7 @@ def self.feed end def self.cve_message(title, url) - ":rotating_light: #{title}\n<#{url}|More info here>".to_json + ":rotating_light: #{title}\n<#{url}|More info here>" end end