veracarto 0.1.8 → 0.1.9

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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -3,6 +3,12 @@
3
3
  Ingests GCP and GitHub security findings, traces them to your running
4
4
  infrastructure, and surfaces the few that are actually exploitable.
5
5
 
6
+ ## Requirements
7
+
8
+ - **Node.js** >= 20
9
+ - A **Google Cloud** project with read-only access (see Permissions below)
10
+ - A **GitHub** account (for Dependabot alert ingestion) and optionally **Slack** (for fix approvals)
11
+
6
12
  ## Setup (5 minutes)
7
13
 
8
14
  ### 1. Grant read-only access + enable APIs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "veracarto",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Ingests GCP and GitHub security findings, traces them to your running infrastructure, and surfaces the few that are actually exploitable.",
5
5
  "main": "dist/cli/index.js",
6
6
  "bin": {
@@ -28,7 +28,6 @@
28
28
  "build": "npm run build:server && npm run build:cli",
29
29
  "build:cli": "node esbuild.cli.js",
30
30
  "build:server": "node esbuild.server.js",
31
- "prepublishOnly": "npm run build:cli",
32
31
  "start": "node dist/server/index.js"
33
32
  },
34
33
  "dependencies": {