From 0582a45618ca7465218d583b3365a8fa59542252 Mon Sep 17 00:00:00 2001 From: Zachary Rice Date: Tue, 7 Nov 2023 12:10:31 -0600 Subject: [PATCH] fix fullstory --- pkg/detectors/fullstory_v2/fullstory_v2.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/detectors/fullstory_v2/fullstory_v2.go b/pkg/detectors/fullstory_v2/fullstory_v2.go index 87f0b8547d0f..196d80d2c8cc 100644 --- a/pkg/detectors/fullstory_v2/fullstory_v2.go +++ b/pkg/detectors/fullstory_v2/fullstory_v2.go @@ -18,7 +18,7 @@ type Scanner struct{} var _ detectors.Detector = (*Scanner)(nil) var _ detectors.Versioner = (*Scanner)(nil) -func (Scanner) Version() int { return 1 } +func (Scanner) Version() int { return 2 } var ( client = common.SaneHttpClient()