diff --git a/technologies/kubernetes/kube-api/kube-api-roles.yaml b/technologies/kubernetes/kube-api/kube-api-roles.yaml deleted file mode 100644 index 3009805992..0000000000 --- a/technologies/kubernetes/kube-api/kube-api-roles.yaml +++ /dev/null @@ -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":' \ No newline at end of file