Skip to content

Commit

Permalink
Adding Sumo Logic how to rotate (#2103)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1 authored Nov 9, 2023
1 parent 76a0468 commit 737d6b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/detectors/sumologickey/sumologickey.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ func (s Scanner) FromData(ctx context.Context, verify bool, data []byte) (result
s1 := detectors.Result{
DetectorType: detectorspb.DetectorType_SumoLogicKey,
Raw: []byte(resMatch),
ExtraData: map[string]string{
"rotation_guide": "https://howtorotate.com/docs/tutorials/sumologic/",
},
}

if verify {
Expand Down

0 comments on commit 737d6b7

Please sign in to comment.