added multiple checks for the accuracy

source of added checks https://docs.docker.com/registry/spec/api/
patch-1
bauthard 2020-05-24 08:48:40 +05:30 committed by GitHub
parent 6e09244b46
commit 8ed968e713
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 1 deletions

View File

@ -9,7 +9,16 @@ requests:
- method: GET
path:
- "{{BaseURL}}/v2/_catalog"
redirects: true
max-redirects: 1
matchers-condition: and
matchers:
- type: word
words:
- "repositories"
- '"repositories":'
- type: word
words:
- "application/json"
part: header