Merge pull request #1148 from sullo/netlify_cms
Add a template for finding Netlify CMS admin panelpatch-1
commit
cabf6a0016
|
@ -0,0 +1,19 @@
|
|||
info:
|
||||
name: Netlify CMS Admin Panel
|
||||
author: sullo
|
||||
severity: info
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/admin/index.html"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: word
|
||||
words:
|
||||
- "Netlify CMS"
|
||||
part: body
|
Loading…
Reference in New Issue