From fde80feb68d3b9e751b83bc4d201ef4caf341d64 Mon Sep 17 00:00:00 2001 From: Tom B Date: Wed, 29 Apr 2026 19:59:07 -0500 Subject: [PATCH] Replace logo image with batou demo image Updated logo image in README.md to a larger demo image. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d32f35..6c92342 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Batou - Runtime SAST For Claude Code -logo_2 +batou-demo A security scanner that catches vulnerabilities in real-time as AI writes code. Built as a [Claude Code hook](https://docs.anthropic.com/en/docs/claude-code/hooks), Batou analyzes every file write across 17 languages using regex, AST, taint analysis, and interprocedural call graph tracking.