-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathexternal-tools.json
More file actions
62 lines (62 loc) · 2.14 KB
/
external-tools.json
File metadata and controls
62 lines (62 loc) · 2.14 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
{
"zizmor": {
"description": "GitHub Actions security linter",
"repository": "github:zizmorcore/zizmor",
"version": "1.23.1",
"release": "asset",
"checksums": {
"darwin-arm64": {
"asset": "zizmor-aarch64-apple-darwin.tar.gz",
"sha256": "2632561b974c69f952258c1ab4b7432d5c7f92e555704155c3ac28a2910bd717"
},
"darwin-x64": {
"asset": "zizmor-x86_64-apple-darwin.tar.gz",
"sha256": "89d5ed42081dd9d0433a10b7545fac42b35f1f030885c278b9712b32c66f2597"
},
"linux-arm64": {
"asset": "zizmor-aarch64-unknown-linux-gnu.tar.gz",
"sha256": "3725d7cd7102e4d70827186389f7d5930b6878232930d0a3eb058d7e5b47e658"
},
"linux-x64": {
"asset": "zizmor-x86_64-unknown-linux-gnu.tar.gz",
"sha256": "67a8df0a14352dd81882e14876653d097b99b0f4f6b6fe798edc0320cff27aff"
},
"win-x64": {
"asset": "zizmor-x86_64-pc-windows-msvc.zip",
"sha256": "33c2293ff02834720dd7cd8b47348aafb2e95a19bdc993c0ecaca9c804ade92a"
}
}
},
"pnpm": {
"description": "Fast, disk space efficient package manager",
"repository": "github:pnpm/pnpm",
"version": "11.0.0-rc.0",
"release": "asset",
"checksums": {
"darwin-arm64": {
"asset": "pnpm-macos-arm64.tar.gz",
"sha256": "ff7e95be75a27c793fbcdf49c4f9e0c8adfc54e214c7aea4b1306445f31e5391"
},
"darwin-x64": {
"asset": "pnpm-macos-x64.tar.gz",
"sha256": "13fa24a2e0e25af7837acf13d84515fd5a4daab582ac271b01c0b574388ce0bd"
},
"linux-arm64": {
"asset": "pnpm-linux-arm64.tar.gz",
"sha256": "69ad2d528f4a2c00fd42541a80c13491c57e66b2765b2d9d89829aeb0f6482be"
},
"linux-x64": {
"asset": "pnpm-linux-x64.tar.gz",
"sha256": "fe82b94125a6b743456b869e823611a8837b545f2535e4602578e4c9fdb5742a"
},
"win-arm64": {
"asset": "pnpm-win-arm64.zip",
"sha256": "f64f888e5a93ad25b6a41e422ef2ba9a21d89ab4e28ee92bdbaf7b5d9931be7b"
},
"win-x64": {
"asset": "pnpm-win-x64.zip",
"sha256": "3be47a83aee9335b06b9ed5c40e153bba0d047e8324c22e3a2dce6e49b9feb58"
}
}
}
}