fix FP for npm access-token

patch-1
Dhiyaneshwaran 2023-08-22 15:03:20 +05:30 committed by GitHub
parent 006a6a9247
commit 601f3f913c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,4 +21,4 @@ file:
- type: regex - type: regex
part: body part: body
regex: regex:
- "(npm_[A-Za-z0-9]{36})" - "\b(npm_[A-Za-z0-9]{36})\b"