This repository was archived by the owner on Apr 14, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bine.json
More file actions
47 lines (47 loc) · 1.28 KB
/
.bine.json
File metadata and controls
47 lines (47 loc) · 1.28 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
// See https://github.com/artefactual-labs/bine for config details.
{
"project": "preprocessing-demo",
"bins": [
{
"name": "go-enum",
"url": "https://github.com/abice/go-enum",
"version": "0.9.2",
"asset_pattern": "{name}_{os}_{arch}"
},
{
"name": "golangci-lint",
"url": "https://github.com/golangci/golangci-lint",
"version": "2.11.2",
"asset_pattern": "{name}-{version}-{goos}-{goarch}.tar.gz"
},
{
"name": "go-mod-outdated",
"url": "https://github.com/psampaz/go-mod-outdated",
"version": "0.9.0",
"asset_pattern": "{name}_{version}_{os}_{arch}.tar.gz"
},
{
"name": "gosec",
"go_package": "github.com/securego/gosec/v2/cmd/gosec",
"version": "latest"
},
{
"name": "gotestsum",
"url": "https://github.com/gotestyourself/gotestsum",
"version": "1.13.0",
"asset_pattern": "{name}_{version}_{goos}_{goarch}.tar.gz"
},
{
"name": "shfmt",
"url": "https://github.com/mvdan/sh",
"version": "3.13.0",
"asset_pattern": "{name}_v{version}_{goos}_{goarch}"
},
{
"name": "tparse",
"url": "https://github.com/mfridman/tparse",
"version": "0.18.0",
"asset_pattern": "{name}_{goos}_{arch}"
}
]
}