From 5755901cbe80218529d29c0a4d0c51f807cd2b2b Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 22 Sep 2025 10:07:11 +0200 Subject: [PATCH] add subfinder to officialScanTypes Signed-off-by: Patrick --- cmd/telemetry/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/telemetry/main.go b/cmd/telemetry/main.go index 794e796..30fc00b 100644 --- a/cmd/telemetry/main.go +++ b/cmd/telemetry/main.go @@ -35,6 +35,7 @@ var officialScanTypes map[string]bool = map[string]bool{ "ssh-audit": true, "ssh-scan": true, // deprecated. we'll keep it in this list to still recieve telemetry data from older versions "sslyze": true, + "subfinder": true, "trivy-filesystem": true, "trivy-image": true, "trivy-repo": true,