From e75c5d3340d254ac0c92337c4a8680b211ef5381 Mon Sep 17 00:00:00 2001 From: GENTILHOMME Thomas Date: Sat, 11 Jul 2026 14:35:00 +0200 Subject: [PATCH] chore: improve monorepo description and fix build badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 380ed0bb..b3c99882 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ slsa level3 - github ci workflow + github ci workflow codecov

-**NodeSecure** is a Node.js CLI (`nsecure`) that performs a static and deep analysis of a package's dependency tree: AST-based scanning for malicious or unsafe patterns, npm registry metadata, license conformance, vulnerability aggregation (GitHub Advisory, Sonatype, Snyk) and [OpenSSF Scorecard](https://github.com/ossf/scorecard), all rendered through an interactive dependency graph with a PDF report generator. +A Node.js tool that performs a static and deep analysis of a package's dependency tree: AST-based scanning for malicious or unsafe patterns, npm registry metadata, license conformance, vulnerability aggregation (GitHub Advisory, Sonatype, Snyk) and [OpenSSF Scorecard](https://github.com/ossf/scorecard), all rendered through an interactive dependency graph. ## 💃 Getting Started