diff --git a/exposures/tokens/gitlab/gitlab-recovery-code.yaml b/exposures/tokens/gitlab/gitlab-recovery-code.yaml index 552c0ebc51..b16755f002 100644 --- a/exposures/tokens/gitlab/gitlab-recovery-code.yaml +++ b/exposures/tokens/gitlab/gitlab-recovery-code.yaml @@ -9,16 +9,18 @@ info: requests: - method: GET 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: + - type: regex + part: body + regex: + - '[0-9A-Za-z]{16}' + + condition: and + - type: status status: - 200 - - - type: regex - part: body - words: - - '[0-9A-Za-z]{16}'