diff --git a/app/config.go b/app/config.go index dde754f..55e739e 100644 --- a/app/config.go +++ b/app/config.go @@ -24,7 +24,9 @@ type SshKeyPair struct { } type scanConfig struct { - Matcher string `json:"matcher"` + // TODO: Support multiple matchers + Matcher string `json:"matcher"` + // TODO: Support multiple excludes Exclude string `json:"exclude"` Include []string `json:"include"` }