Skip to content

Commit

Permalink
Add in Badrobot a Kubernetes Operator audit tool (sottlmarek#34)
Browse files Browse the repository at this point in the history
Badrobot is a Kubernetes Operator audit tool for Kubernetes Operators.
It statically analyses manifests for high risk configurations such as lack of security restrictions on the deployed controller and the permissions of an associated clusterole. The risk analysis is primarily focussed on the likelihood that a compromised Operator would be able to obtain full cluster permissions.

Currently 2 Releases latest v0.1.2, 5 Contributors, 25 Stars, Last commit 2 days ago.
Apache License 2.0 - https://github.com/controlplaneio/badrobot/blob/master/LICENSE

It is still in the early stages of this development but its every useful as demoed at KubeCon + CloudNativeCon Europe 2022.
  • Loading branch information
jdsmithit authored May 25, 2022
1 parent d9a644e commit caebed0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ Dynamic application security testing (DAST) is a type of application testing (in
| **Kubewarden** | [https://github.com/orgs/kubewarden/repositories](https://github.com/orgs/kubewarden/repositories) | Policy as code for kubernetes from SUSE. |[![GitHub stars](https://img.shields.io/github/stars/kubewarden/kwctl)](https://github.com/up9inc/kubewarden/kwctl) |
| **Kubernetes-sigs BOM** | [https://github.com/kubernetes-sigs/bom](https://img.shields.io/github/stars/kubernetes-sigs/bom) |Kubernetes BOM generator |[![GitHub stars](https://img.shields.io/github/stars/kubernetes-sigs/bom)](https://img.shields.io/github/stars/kubernetes-sigs/bom) |
| **Capsule** | [https://github.com/clastix/capsule](https://github.com/clastix/capsule) | A multi-tenancy and policy-based framework for Kubernetes |![GitHub stars](https://img.shields.io/github/stars/clastix/capsule) |
| **Badrobot** | [https://github.com/controlplaneio/badrobot](https://github.com/controlplaneio/badrobot) | Badrobot is a Kubernetes Operator audit tool |![GitHub stars](https://img.shields.io/github/stars/controlplaneio/badrobot) |

## Containers

Expand Down

0 comments on commit caebed0

Please sign in to comment.