docs: Added todos.

This commit is contained in:
2025-11-05 18:31:39 -05:00
parent 4273fa5895
commit af0a9f9c4c

View File

@@ -24,7 +24,9 @@ type SshKeyPair struct {
} }
type scanConfig struct { type scanConfig struct {
Matcher string `json:"matcher"` // TODO: Support multiple matchers
Matcher string `json:"matcher"`
// TODO: Support multiple excludes
Exclude string `json:"exclude"` Exclude string `json:"exclude"`
Include []string `json:"include"` Include []string `json:"include"`
} }