From 6e51970b91cde85a6f1b957ca17d55175d94097a Mon Sep 17 00:00:00 2001 From: Kota Kanbe Date: Wed, 20 Feb 2019 12:08:22 +0900 Subject: [PATCH] fix(discovery): show the template of `GitHub Security Alerts integration` to discovery subcommand --- commands/discover.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/commands/discover.go b/commands/discover.go index aa15f4e6..d7a4746b 100644 --- a/commands/discover.go +++ b/commands/discover.go @@ -220,10 +220,12 @@ host = "{{$ip}}" #owaspDCXMLPath = "/path/to/dependency-check-report.xml" #ignoreCves = ["CVE-2014-0160"] +#[servers.{{index $names $i}}.githubs."owner/repo"] +#token = "yourToken" + #[servers.{{index $names $i}}.optional] #key = "value1" - {{end}} `