-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexternal-tools.json
More file actions
73 lines (73 loc) · 3.25 KB
/
external-tools.json
File metadata and controls
73 lines (73 loc) · 3.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"$schema": "./packages/build-infra/lib/external-tools-schema.json",
"description": "Socket-btm root manifest. Inherits the foundational tool set from packages/build-infra. Package-specific tools live in each packages/<name>/external-tools.json and are loaded alongside these via the hierarchical merging in packages/build-infra/lib/pinned-versions.mts.",
"extends": "./packages/build-infra/external-tools.json",
"tools": {
"sfw-free": {
"description": "Socket Firewall (free tier) — malware gate on dep installs. Wheelhouse-managed; bump in lockstep with socket-wheelhouse/template/external-tools.json.",
"version": "1.7.2",
"repository": "github:SocketDev/sfw-free",
"release": "asset",
"notes": [
"Used when SOCKET_API_TOKEN (or the deprecated SOCKET_API_KEY alias) is not set",
"Shims npm/yarn/pnpm so every install call passes through the firewall",
"Dev install: pnpm run install:sfw"
],
"checksums": {
"darwin-arm64": {
"asset": "sfw-free-macos-arm64",
"sha256": "248fb588e1e1a27e7192f7b079f739fc29a9de61f0bad7e90928363022dc5643"
},
"darwin-x64": {
"asset": "sfw-free-macos-x86_64",
"sha256": "a5427d479d440f08e3789fa191ba57599be64997196daf42e67d964fec0382b4"
},
"linux-arm64": {
"asset": "sfw-free-linux-arm64",
"sha256": "84a045e4e1bb320cc5c0d3929f02e53f199398b5be0637e8846d02d9ef0027b1"
},
"linux-x64": {
"asset": "sfw-free-linux-x86_64",
"sha256": "93e2d9dfa244b82a74e014dc26b1c6af18b4adec20f35254378943db5fe91411"
},
"win-x64": {
"asset": "sfw-free-windows-x86_64.exe",
"sha256": "6d333b4cac9d7c5712e2e99677ca634ac8a3020d550c6308312c60bea97f0a28"
}
}
},
"sfw-enterprise": {
"description": "Socket Firewall (enterprise tier) — selected when SOCKET_API_TOKEN is set. Wheelhouse-managed; bump in lockstep with socket-wheelhouse/template/external-tools.json.",
"version": "1.7.2",
"repository": "github:SocketDev/firewall-release",
"release": "asset",
"notes": [
"Used when SOCKET_API_TOKEN is set (e.g. via repo secrets in CI). The deprecated SOCKET_API_KEY alias is also accepted for one cycle.",
"Same shims as sfw-free, broader ecosystem support (Ruby, .NET, Go on Linux)",
"Dev install: pnpm run install:sfw -- --enterprise"
],
"checksums": {
"darwin-arm64": {
"asset": "sfw-macos-arm64",
"sha256": "b1cdc3bdbd2a3161247bd5cc215eb3c44a90b87fe0b800a33889a14f61bb0d6d"
},
"darwin-x64": {
"asset": "sfw-macos-x86_64",
"sha256": "da252d2a9a5d0edb271bb771e0d01b9cd6fa1635b6d765f61efd61edb6739f12"
},
"linux-arm64": {
"asset": "sfw-linux-arm64",
"sha256": "c24a79c27e1a01a59b7a160c165930ae029816c72b141fcfcdb2f73e0774898a"
},
"linux-x64": {
"asset": "sfw-linux-x86_64",
"sha256": "4482b52e6367bd4610519bfd57a104d5907ec87d5399142ed3bb3d222de1f33d"
},
"win-x64": {
"asset": "sfw-windows-x86_64.exe",
"sha256": "e52ad806a1c41b440f04098eb1c7e407845f03f5740a6a79006ba6fd172056ec"
}
}
}
}
}