-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevbox.json
More file actions
32 lines (32 loc) · 868 Bytes
/
Copy pathdevbox.json
File metadata and controls
32 lines (32 loc) · 868 Bytes
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
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.16.0/.schema/devbox.schema.json",
"packages": {
"kics": "2.1.19",
"checkov": "3.3.6",
"hadolint": "2.14.0",
"trivy": "0.72.0",
"skopeo": "1.23.0",
"infisical": "0.41.90",
"dive": "0.13.1",
"dockle": {
"version": "0.4.15",
"excluded_platforms": ["aarch64-darwin"]
},
"kubernetes-helm": "4.2.2",
"nodejs_22": "22.23.1",
"eslint": "10.6.0",
"kind": "0.31.0",
"kubectl": "1.36.2",
"grype": "0.115.0"
},
"shell": {
"init_hook": [
"[ -z \"$CI\" ] && cat README.md || true"
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}