Delete kube-api-roles.yaml
parent
a8fee068ac
commit
68ba9ea284
|
@ -1,23 +0,0 @@
|
||||||
id: kube-api-roles
|
|
||||||
info:
|
|
||||||
name: Kube API Roles
|
|
||||||
author: sharath
|
|
||||||
severity: info
|
|
||||||
description: Scans for kube roles endpoint
|
|
||||||
tags: tech,k8s,kubernetes,devops,kube
|
|
||||||
|
|
||||||
requests:
|
|
||||||
- method: GET
|
|
||||||
path:
|
|
||||||
- "{{BaseURL}}/api/v1/roles"
|
|
||||||
|
|
||||||
matchers-condition: and
|
|
||||||
matchers:
|
|
||||||
- type: status
|
|
||||||
status:
|
|
||||||
- 200
|
|
||||||
|
|
||||||
- type: word
|
|
||||||
part: body
|
|
||||||
words:
|
|
||||||
- '"items":'
|
|
Loading…
Reference in New Issue