From 6fff77d556eb4db168b7766d914f6cc1c978f2ac Mon Sep 17 00:00:00 2001 From: Matheus Date: Sat, 28 Feb 2026 19:13:16 +0000 Subject: [PATCH] Add releaserun CLI to Testing section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5467d34..011f071 100644 --- a/README.md +++ b/README.md @@ -221,6 +221,7 @@ Testing is an essential element of a DevSecOps program because it helps to prepa * [OWASP ZAP](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) * [OWASP ZAP Node API](https://github.com/zaproxy/zap-api-nodejs) * [Progpilot](https://github.com/designsecurity/progpilot) +* [releaserun](https://github.com/Releaserun/releaserun-cli) - Scans project dependencies for end-of-life runtimes, known CVEs, and version health grades. Supports package.json, requirements.txt, go.mod, Cargo.toml, Gemfile, and pom.xml. * [PureSec (Serverless Security)](https://www.puresec.io/) * [RetireJS](https://github.com/RetireJS/retire.js) * [RIPS](http://rips-scanner.sourceforge.net/)