-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdevbox.json
More file actions
37 lines (37 loc) · 1.51 KB
/
Copy pathdevbox.json
File metadata and controls
37 lines (37 loc) · 1.51 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
{
"packages": {
"actionlint": "latest",
"bash": "latest",
"chart-testing": "latest",
"clusterctl": "latest",
"coreutils": "latest",
"crane": "latest",
"findutils": "latest",
"ginkgo": "latest",
"gnumake": "latest",
"gnused": "latest",
"go": "latest",
"gojq": "latest",
"golines": "latest",
"google-cloud-sdk": "latest",
"goreleaser": "latest",
"hadolint": "latest",
"helm-docs": "latest",
"kubebuilder": "latest",
"kubectl": "latest",
"kubernetes-controller-tools": "latest",
"kubernetes-helm": "latest",
"pre-commit": "latest",
"shfmt": "latest",
"upx": "latest",
"yamale": "latest",
"yamllint": "latest",
"path:./hack/flakes#golangci-lint": "",
"path:./hack/flakes#gotestsum": "",
"path:./hack/flakes#govulncheck": "",
"apple-sdk_12": {
"version": "latest",
"platforms": ["aarch64-darwin"]
}
}
}