mirror of
https://github.com/sbrow/envr.git
synced 2025-12-29 23:47:39 -05:00
docs: Added todos.
This commit is contained in:
@@ -24,7 +24,9 @@ type SshKeyPair struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type scanConfig struct {
|
type scanConfig struct {
|
||||||
|
// TODO: Support multiple matchers
|
||||||
Matcher string `json:"matcher"`
|
Matcher string `json:"matcher"`
|
||||||
|
// TODO: Support multiple excludes
|
||||||
Exclude string `json:"exclude"`
|
Exclude string `json:"exclude"`
|
||||||
Include []string `json:"include"`
|
Include []string `json:"include"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user