From 2bbb2855406e619fef82c2c3ad2b0c6e43dc225f Mon Sep 17 00:00:00 2001 From: Pierre Precourt Date: Tue, 7 Jul 2026 06:57:07 -0700 Subject: [PATCH] Wire the templated weak credentials plugin to the main. PiperOrigin-RevId: 943868942 --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 5cc8839..4dc9801 100644 --- a/main.go +++ b/main.go @@ -45,6 +45,7 @@ import ( // detectors _ "github.com/google/goonami-scanner/plugins/detectors/templated" + _ "github.com/google/goonami-scanner/plugins/detectors/templatedweakcredentials" cbpb "github.com/google/goonami-scanner/tools/callbackserver/callbackserver_config_go_proto" srpb "github.com/google/tsunami-security-scanner/proto/go/scan_results_go_proto"