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",