Skip to content

Commit

Permalink
🧹 Kubernetes Inventory RBAC additions: clusterroles/roles/clusterrole…
Browse files Browse the repository at this point in the history
…bindings/rolebindings (#77)

added K8s:
- clusterroles
- roles
- clusterrolebindings
- rolebindings

Signed-off-by: Manuel Weber <[email protected]>
  • Loading branch information
mm-weber authored Jul 13, 2023
1 parent 90d87fd commit 5f7b02e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion core/mondoo-kubernetes-inventory.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,19 @@ packs:
- uid: k8s-cluster-clusterroles
title: Retrieve cluster RBAC ClusterRoles
mql: |
k8s.clusterroles
k8s.clusterroles
- uid: k8s-cluster-roles
title: Retrieve RBAC Roles
mql: |
k8s.roles
- uid: k8s-cluster-clusterrolebindings
title: Retrieve RBAC cluster-rolebindings
mql: |
k8s.clusterrolebindings
- uid: k8s-cluster-rolebindings
title: Retrieve RBAC rolebindings
mql: |
k8s.rolebindings
- title: Pods inventory
filters:
- asset.platform == "k8s-pod"
Expand Down

0 comments on commit 5f7b02e

Please sign in to comment.