Update gitlab-recovery-code.yaml
parent
2f64aaeb9e
commit
cf7ae3c7cb
|
@ -12,6 +12,7 @@ requests:
|
|||
- '{{BaseURL}}/gitlab-recovery-codes.txt'
|
||||
- '{{BaseURL}}/gitlab_recovery_codes.txt'
|
||||
|
||||
stop-at-first-match: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: regex
|
||||
|
@ -19,8 +20,6 @@ requests:
|
|||
regex:
|
||||
- '[0-9A-Za-z]{16}'
|
||||
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue