Skip to content

Commit

Permalink
Update custom detector example (#2435)
Browse files Browse the repository at this point in the history
  • Loading branch information
zricethezav authored Feb 13, 2024
1 parent af7f811 commit 794f2bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,8 +473,8 @@ detectors:
keywords:
- hog
regex:
hogID: \b(HOG[0-9A-Z]{16})\b
hogToken: [^A-Za-z0-9+\/]{0,1}([A-Za-z0-9+\/]{40})[^A-Za-z0-9+\/]{0,1}
hogID: '\b(HOG[0-9A-Z]{17})\b'
hogToken: '[^A-Za-z0-9+\/]{0,1}([A-Za-z0-9+\/]{40})[^A-Za-z0-9+\/]{0,1}'
verify:
- endpoint: http://localhost:8000/
# unsafe must be set if the endpoint is HTTP
Expand Down

0 comments on commit 794f2bc

Please sign in to comment.