Update docker-cloud.yaml
parent
824576be65
commit
e951b5f6b2
|
@ -17,10 +17,11 @@ requests:
|
|||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- 'image:'
|
||||
- 'ports:'
|
||||
|
||||
- type: regex
|
||||
regex:
|
||||
- '(?m)^ image:'
|
||||
- '(?m)^ ports:'
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
|
@ -29,7 +30,7 @@ requests:
|
|||
- "application/json"
|
||||
- "text/html"
|
||||
negative: true
|
||||
condition: and
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue