Compare commits

1 Commits

Author SHA1 Message Date
3a80c77793 wip: 2025-11-05 18:31:55 -05:00

View File

@@ -32,6 +32,7 @@ type scanConfig struct {
}
// Create a fresh config with sensible defaults.
// TODO: fd '\.env' -HI ~/ -E '*\.envrc' -E '\.env\.example' -E '\.local/' -E 'vendor' -E 'node_modules'
func NewConfig(privateKeyPaths []string) Config {
var keys = []SshKeyPair{}