Fix regex slack webhook

patch-1
Muhammad Daffa 2021-08-02 19:40:10 +07:00 committed by GitHub
parent 5c7a745e04
commit 94bb9c825d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ file:
extractors: extractors:
- type: regex - type: regex
regex: regex:
- "https://hooks.slack.com/services/T[0-9A-Za-z\\-_]{10}/B[0-9A-Za-z\\-_]{10}/[0-9A-Za-z\\-_]{23}" - "https://hooks.slack.com/services/T[0-9A-Za-z\\-_]{8}/B[0-9A-Za-z\\-_]{8}/[0-9A-Za-z\\-_]{24}"