From 10021d14e0c962b4cbe27e1c74e7c485df123479 Mon Sep 17 00:00:00 2001 From: Valera Satsura Date: Mon, 13 Jul 2026 16:34:05 +0300 Subject: [PATCH] Show the logo in the README, refresh the status line --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3bbe504..f4155ad 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ -# Cerberus +

+ Cerberus +

+ +

Cerberus

**Cerberus** is a guard dog for your CI: SAST (Semgrep), secrets (Gitleaks), dependencies (Trivy), IaC misconfig (Checkov) and Dockerfile lint (Hadolint) in one container. It merges everything into a single SARIF report, ships it to your tracker, and fails the pipeline only when *new* findings appear — your old backlog never blocks a merge. -> **Status: v0.** The CLI works end-to-end (scan → merge → upload → gate); the Docker image and CI wrappers are not published yet. +> **Status: in production.** The image is published as `ghcr.io/startmatter/cerberus:latest` (linux/amd64 + arm64), the GitHub and GitLab wrappers are in use, and the pipeline scans ~110 repositories daily. ## Why another scanner wrapper