Fixed bug in Makefile hen setting PROJECT_NAME

This commit is contained in:
Mick Grove 2025-07-21 22:52:05 -07:00
commit 31af8d88f0

View file

@ -18,27 +18,27 @@ rules:
[A-Z0-9_-]{20} | # legacy PAT (20 chars, mixed case)
[a-f0-9]{32} # integration / routing key (32 hex, lower case)
)
\b
\b
min_entropy: 3.5
confidence: medium
examples:
- "Authorization: Token token=u+Lyhd2_N2MCy+ZoH-S5"
- "pagerduty: Token token=u+Lyhd2_N2MCy+ZoH-S5"
- pd_key = u+3xVszZ-b4m+T6d23KA
- Token token=ABCDEF1234567890ABCDEF1234567890
- pagerduty token=ABCDEF1234567890ABCDEF1234567890
references:
- https://developer.pagerduty.com/api-reference/4555ca1c983d0-get-the-current-user
- https://developer.pagerduty.com/api-reference/4555ca1c983d0-get-the-current-user
validation:
type: Http
content:
request:
method: GET
url: https://api.pagerduty.com/users
url: https://api.pagerduty.com/users
headers:
Authorization: Token token={{ TOKEN }}
Accept: application/json
response_matcher:
- report_response: true
- type: JsonValid
- type: WordMatch
words:
- type: JsonValid
- type: WordMatch
words:
- '"users":'