Skip to content

Commit f9d176e

Browse files
authored
fix(cmd/discover): add vuls2 section to the generated config.toml (#2113)
1 parent c6779e4 commit f9d176e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

subcmds/discover.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ func printConfigToml(ips []string) (err error) {
113113
#sqlite3Path = "/path/to/go-cti.sqlite3"
114114
#url = ""
115115
116+
[vuls2]
117+
#Path = "/path/to/vuls.db"
118+
#Repository = "ghcr.io/vulsio/vuls-nightly-db:<schema-version>"
119+
#SkipUpdate = false
120+
116121
# https://vuls.io/docs/en/config.toml.html#slack-section
117122
#[slack]
118123
#hookURL = "https://hooks.slack.com/services/abc123/defghijklmnopqrstuvwxyz"

0 commit comments

Comments
 (0)