git-cli-scanner 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -706,7 +706,7 @@ var Spinner = class {
|
|
|
706
706
|
var fs3 = __toESM(require("fs"));
|
|
707
707
|
var path3 = __toESM(require("path"));
|
|
708
708
|
var program = new import_commander.Command();
|
|
709
|
-
program.name("git-cli-scanner").description("Interactive Git hooks vulnerability scanner").version("1.1.
|
|
709
|
+
program.name("git-cli-scanner").description("Interactive Git hooks vulnerability scanner").version("1.1.1");
|
|
710
710
|
program.command("init").description("Install pre-commit hook for automatic scanning").action(() => {
|
|
711
711
|
info("Setting up pre-commit hook...");
|
|
712
712
|
try {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "git-cli-scanner",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "A powerful interactive CLI tool that scans your codebase for hardcoded secrets, API keys, passwords, and private keys before they reach your Git history.",
|
|
5
5
|
"main": "dist/cli.js",
|
|
6
6
|
"scripts": {
|