Skip to content

Commit d1828c6

Browse files
author
r3drun3
committed
docs(readme): add CI and latest release badges
1 parent 8774f5b commit d1828c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
![BadRobot Logo](/doc/images/badrobot_logo_stack.png)
2-
2+
[![Security Analysis](https://github.com/controlplaneio/badrobot/actions/workflows/security_analysis.yml/badge.svg)](https://github.com/controlplaneio/badrobot/actions/workflows/security_analysis.yml)
33
[![Go Report Card](https://goreportcard.com/badge/github.com/controlplaneio/badrobot)](https://goreportcard.com/report/github.com/controlplaneio/badrobot)
4+
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/controlplaneio/badrobot)
45

56
BadRobot is a tool to perform security auditing of Kubernetes Operators. Operators are software extensions to Kubernetes that make use of custom resources to manage applications and their components. Operators follow Kubernetes principles, notably the control loop. These extensions usually run within the Kubernetescluster, but it could just as well interact with the cluster from the outside with appropriate authentication.
67

0 commit comments

Comments
 (0)