This commit is contained in:
2025-11-04 12:13:50 -05:00
parent c1a179ffaf
commit d28f07b7f4

View File

@@ -30,6 +30,7 @@ type scanConfig struct {
} }
// Create a fresh config with sensible defaults. // 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 { func NewConfig(privateKeyPaths []string) Config {
var keys = []SshKeyPair{} var keys = []SshKeyPair{}