-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathdevbox.json
More file actions
57 lines (57 loc) · 2.29 KB
/
devbox.json
File metadata and controls
57 lines (57 loc) · 2.29 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
{
"packages": {
"actionlint": "latest",
"chart-testing": "latest",
"coreutils": "latest",
"crane": "latest",
"envsubst": "latest",
"findutils": "latest",
"gh": "latest",
"ginkgo": "latest",
"git": "latest",
"gnumake": "latest",
"gnused": "latest",
"go": "latest",
"gojq": "latest",
"golangci-lint": "latest",
"gomplate": "latest",
"goreleaser": "latest",
"gotestsum": "latest",
"govulncheck": "latest",
"helm-docs": "latest",
"hugo": "latest",
"kind": "latest",
"ko": "latest",
"kubebuilder": "latest",
"kubectl": "latest",
"kubernetes-controller-tools": "latest",
"kustomize": "latest",
"pre-commit": "latest",
"reviewdog": "latest",
"rsync": "latest",
"setup-envtest": "latest",
"shfmt": "latest",
"yamale": "latest",
"yamllint": "latest",
"yq-go": "latest",
"path:./hack/flakes#clusterctl-aws": "",
"path:./hack/flakes#goprintconst": "",
"path:./hack/flakes#helm-with-plugins": "",
"path:./hack/flakes#release-please": "",
"apple-sdk_12": {
"version": "latest",
"platforms": ["aarch64-darwin"]
},
"path:./hack/flakes#clusterctl": ""
},
"shell": {
"scripts": {
"preview-docs": [
"make preview-docs"
],
"build-docs": [
"make build-docs"
]
}
}
}