From af0a9f9c4c0f0c09125a4a5b8b43e9c62ad792e7 Mon Sep 17 00:00:00 2001 From: Spencer Brower Date: Wed, 5 Nov 2025 18:31:39 -0500 Subject: [PATCH] docs: Added todos. --- app/config.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"` }