From bca89aeac24a4c1165164303e90a022dad0d90d0 Mon Sep 17 00:00:00 2001 From: Edward Ezekiel Date: Mon, 23 Jun 2025 10:54:35 -0500 Subject: [PATCH] chore: change to test e2e --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86431bef..722d54ff 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Use of this CLI is governed by the [HeroDevs End of Life Dataset Terms of Servic The CLI's scanning commands (`hd scan eol` and `hd scan sbom`) are designed to be non-invasive: -* They do not install dependencies or modify package manager files (package-lock.json, yarn.lock, etc.) +* They do not install dependencies or modify package manager files (package-lock.json, yarn.lock, etc.) test * They analyze the project in its current state * If you need dependencies installed for accurate scanning, please install them manually before running the scan