From c23aebb8cadad8aff6a929d6cab80a607ae1c5a8 Mon Sep 17 00:00:00 2001 From: zeevdr Date: Wed, 10 Jun 2026 10:37:02 +0300 Subject: [PATCH] docs: trim README badges to the highest-signal set MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drop the repostatus "WIP" badge — the Alpha note already covers status, and "WIP" undersells the project. Add the existing CodeQL workflow as a security-scanning badge, which builds trust for an admin GUI that handles tenant configuration. Remaining badges (CI, CodeQL, License, codecov) cover maintenance, security, licensing, and test coverage. Co-Authored-By: Claude --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0d21f2..8b3360f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # OpenDecree Admin GUI [![CI](https://github.com/opendecree/decree-ui/actions/workflows/ci.yml/badge.svg)](https://github.com/opendecree/decree-ui/actions/workflows/ci.yml) +[![CodeQL](https://github.com/opendecree/decree-ui/actions/workflows/codeql.yml/badge.svg)](https://github.com/opendecree/decree-ui/actions/workflows/codeql.yml) [![License](https://img.shields.io/github/license/opendecree/decree-ui)](LICENSE) -[![Project Status: WIP](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip) [![codecov](https://codecov.io/gh/opendecree/decree-ui/graph/badge.svg)](https://codecov.io/gh/opendecree/decree-ui) Web-based admin interface for [OpenDecree](https://github.com/opendecree/decree) — schema-driven configuration management.