From cf7ae3c7cb22d67973b316e8585ed2ee8d776ea0 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Thu, 15 Sep 2022 15:31:04 +0530 Subject: [PATCH] Update gitlab-recovery-code.yaml --- exposures/tokens/gitlab/gitlab-recovery-code.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/exposures/tokens/gitlab/gitlab-recovery-code.yaml b/exposures/tokens/gitlab/gitlab-recovery-code.yaml index b16755f002..9381b685cd 100644 --- a/exposures/tokens/gitlab/gitlab-recovery-code.yaml +++ b/exposures/tokens/gitlab/gitlab-recovery-code.yaml @@ -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