Update gitlab-recovery-code.yaml
parent
9015194526
commit
fa949c5aeb
|
@ -9,16 +9,18 @@ info:
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/gitlab-recovery-codes.txt"
|
- '{{BaseURL}}/gitlab-recovery-codes.txt'
|
||||||
- "{{BaseURL}}/gitlab_recovery_codes.txt"
|
- '{{BaseURL}}/gitlab_recovery_codes.txt'
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
|
- type: regex
|
||||||
|
part: body
|
||||||
|
regex:
|
||||||
|
- '[0-9A-Za-z]{16}'
|
||||||
|
|
||||||
|
condition: and
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
||||||
|
|
||||||
- type: regex
|
|
||||||
part: body
|
|
||||||
words:
|
|
||||||
- '[0-9A-Za-z]{16}'
|
|
||||||
|
|
Loading…
Reference in New Issue