From a7b0ce1c852c9096c0a540d669c20be755d6b338 Mon Sep 17 00:00:00 2001 From: otuki <58715442+tttfrfr2@users.noreply.github.com> Date: Wed, 28 Apr 2021 14:53:11 +0900 Subject: [PATCH] refactor(git-conf): config template in github section changed (#1229) --- subcmds/discover.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/subcmds/discover.go b/subcmds/discover.go index 1ae0804a..059a1194 100644 --- a/subcmds/discover.go +++ b/subcmds/discover.go @@ -211,7 +211,8 @@ host = "{{$ip}}" #ignoreCves = ["CVE-2014-0160"] #[servers.{{index $names $i}}.githubs."owner/repo"] -#token = "yourToken" +#token = "yourToken" +#ignoreGitHubDismissed = false #[servers.{{index $names $i}}.wordpress] #cmdPath = "/usr/local/bin/wp"