23 lines
348 B
YAML
23 lines
348 B
YAML
|
id: sidekiq-dashboard
|
||
|
|
||
|
info:
|
||
|
name: sidekiq-dashboard
|
||
|
author: dhiyaneshDK
|
||
|
severity: medium
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/sidekiq"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- <title>Sidekiq</title>
|
||
|
part: body
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|