Update gitea-detect.yaml

patch-1
Prince Chaddha 2021-09-16 17:43:04 +05:30 committed by GitHub
parent cd4eff06ec
commit 47b99dc20d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -12,6 +12,7 @@ requests:
- "{{BaseURL}}"
- "{{BaseURL}}/user/login"
stop-at-first-match: true
matchers-condition: and
matchers:
@ -23,3 +24,9 @@ requests:
- type: status
status:
- 200
extractors:
- type: regex
part: body
regex:
- "Powered by Gitea Version: ([0-9.]+)"