Update gitlab-recovery-code.yaml

patch-1
Prince Chaddha 2022-09-15 15:31:04 +05:30 committed by GitHub
parent 2f64aaeb9e
commit cf7ae3c7cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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