From 234b4ce03c88e214f0badc581c1e365d7c97fb49 Mon Sep 17 00:00:00 2001 From: moamen Date: Fri, 10 Apr 2026 04:05:09 +0200 Subject: [PATCH] Add VulnHawk - AI-powered SAST scanner Add VulnHawk to the Testing section. It's an AI-powered static analysis tool that fills the gap between pattern-matching SAST and manual code review via context-enriched analysis. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5467d34..8dbefc9 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,7 @@ Testing is an essential element of a DevSecOps program because it helps to prepa * [ShiftLeft Scan](https://slscan.io) * [Snyk](https://snyk.io) * [SourceClear](https://www.sourceclear.com) +* [VulnHawk](https://github.com/momenbasel/vulnhawk) - AI-powered static analysis tool with context-enriched code review. Supports Python, JS/TS, Go, Java, PHP, Ruby. GitHub Action + CLI with SARIF input/output. ## Alerting