From 59993613589202efa737c6d8830f65bc69e7e50d Mon Sep 17 00:00:00 2001 From: Kota Kanbe Date: Sat, 30 Apr 2016 10:57:16 +0900 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 433bd483..de1ce3bb 100644 --- a/README.md +++ b/README.md @@ -305,7 +305,7 @@ $ vuls discover 172.31.4.0/24 [slack] hookURL = "https://hooks.slack.com/services/abc123/defghijklmnopqrstuvwxyz" channel = "#channel-name" -#channel = "#{servername}" +#channel = "${servername}" iconEmoji = ":ghost:" authUser = "username" notifyUsers = ["@username"] @@ -348,7 +348,7 @@ You can customize your configuration using this template. [slack] hookURL = "https://hooks.slack.com/services/abc123/defghijklmnopqrstuvwxyz" channel = "#channel-name" - #channel = "#{servername}" + #channel = "${servername}" iconEmoji = ":ghost:" authUser = "username" notifyUsers = ["@username"] @@ -356,12 +356,12 @@ You can customize your configuration using this template. - hookURL : Incomming webhook's URL - channel : channel name. - If you set #{servername} to channel, the report will be sent to #servername channel. + If you set ${servername} to channel, the report will be sent to each channel. In the following example, the report will be sent to the #server1 and #server2. Be sure to create these channels before scanning. ``` [slack] - channel = "#{servername}" + channel = "${servername}" ...snip... [servers]