From 247b56ad0b2509f420fadea0341c35b79de77172 Mon Sep 17 00:00:00 2001 From: Hon <8292703+hxnyk@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:34:18 -0700 Subject: [PATCH] update rotation guide link for teams (#3248) --- pkg/detectors/microsoftteamswebhook/microsoftteamswebhook.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/detectors/microsoftteamswebhook/microsoftteamswebhook.go b/pkg/detectors/microsoftteamswebhook/microsoftteamswebhook.go index 31816704e..9338124f6 100644 --- a/pkg/detectors/microsoftteamswebhook/microsoftteamswebhook.go +++ b/pkg/detectors/microsoftteamswebhook/microsoftteamswebhook.go @@ -51,7 +51,7 @@ func (s Scanner) FromData(ctx context.Context, verify bool, data []byte) (result Raw: []byte(resMatch), } s1.ExtraData = map[string]string{ - "rotation_guide": "https://howtorotate.com/docs/tutorials/ms/", + "rotation_guide": "https://howtorotate.com/docs/tutorials/microsoftteams/", } if verify {