From 5eef64d8496111b5523eb60b1870552aa585d1c5 Mon Sep 17 00:00:00 2001 From: Shivam Sharma Date: Sat, 11 Apr 2026 14:28:18 +0530 Subject: [PATCH] docs: improvedwith release v2.4.4 --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 65a95d0..ddf5959 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ jobs: run: npm install - name: Run CodeGuardian scanner (CI mode) - run: npx codeguardian --ci + run: @shivam-sharma/codeguardian --ci ``` When run with `--ci` the CLI exits with a non-zero code if any findings are detected — this will fail the job and block merges until issues are resolved. diff --git a/package-lock.json b/package-lock.json index 1791f01..094107e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@shivam-sharma/codeguardian", - "version": "2.4.3", + "version": "2.4.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@shivam-sharma/codeguardian", - "version": "2.4.3", + "version": "2.4.4", "license": "MIT", "dependencies": { "commander": "^14.0.2", diff --git a/package.json b/package.json index b839a24..966d694 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shivam-sharma/codeguardian", - "version": "2.4.3", + "version": "2.4.4", "description": "CLI to scan repos for sensitive secrets before pushing", "main": "src/index.js", "type": "module",