From d177896d5b9611cf50a240a98fa4e1bcc2726f1c Mon Sep 17 00:00:00 2001 From: Moritz Clasmeier Date: Sun, 26 Oct 2025 23:21:41 +0100 Subject: [PATCH] Integrate GHA badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9cf1e54c..7b0b6e9b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # roxie – ACS deployments made easy +[![Code Quality](https://github.com/stackrox/roxie/actions/workflows/code-quality.yml/badge.svg)](https://github.com/stackrox/roxie/actions/workflows/code-quality.yml) +[![Tests](https://github.com/stackrox/roxie/actions/workflows/test.yml/badge.svg)](https://github.com/stackrox/roxie/actions/workflows/test.yml) + roxie is a fast, developer-friendly CLI to deploy and manage Red Hat Advanced Cluster Security (ACS) on any Kubernetes/OpenShift cluster. roxie has been authored with significant AI contributions.