Skip to content

Commit

Permalink
Slack Webhook Match (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahulsharma0810 authored Feb 19, 2021
1 parent 0ce1249 commit b52e8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ title = "gitleaks config"
[[rules]]
description = "Slack Webhook"
regex = '''https://hooks.slack.com/services/T[a-zA-Z0-9_]{8}/B[a-zA-Z0-9_]{8}/[a-zA-Z0-9_]{24}'''
regex = '''https://hooks.slack.com/services/T[a-zA-Z0-9_]{8}/B[a-zA-Z0-9_]{8,12}/[a-zA-Z0-9_]{24}'''
tags = ["key", "slack"]
[[rules]]
Expand Down

0 comments on commit b52e8c9

Please sign in to comment.