yaml lint

patch-1
Dhiyaneshwaran 2023-08-28 22:13:33 +05:30 committed by GitHub
parent f04b826f4a
commit df3313134f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -70,17 +70,16 @@ http:
- "dns" - "dns"
extractors: extractors:
type: json - type: json
part: body part: body
internal: true internal: true
name: alias name: alias
json: json:
- '.alias' - ".alias"
type: regex - type: json
part: body part: body
group: 1
internal: true internal: true
name: servertoken name: servertoken
regex: json:
- "getPwdHash.*,'([0-9]+)'" - "getPwdHash.*,'([0-9]+)'"