-
Notifications
You must be signed in to change notification settings - Fork 1
/
.binny.yaml
92 lines (80 loc) · 1.53 KB
/
.binny.yaml
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
tools:
- name: gh
version:
want: v2.39.1
method: github-release
with:
repo: cli/cli
# used for signing the checksums file at release
- name: cosign
version:
want: v2.2.3
method: github-release
with:
repo: sigstore/cosign
- name: quill
version:
want: v0.4.1
method: github-release
with:
repo: anchore/quill
- name: chronicle
version:
want: v0.8.0
method: github-release
with:
repo: anchore/chronicle
- name: gosimports
version:
want: v0.3.8
method: github-release
with:
repo: rinchsan/gosimports
- name: glow
version:
want: v1.5.1
method: github-release
with:
repo: charmbracelet/glow
- name: goreleaser
version:
want: v1.22.1
method: github-release
with:
repo: goreleaser/goreleaser
- name: golangci-lint
version:
want: v1.55.2
method: github-release
with:
repo: golangci/golangci-lint
- name: bouncer
version:
want: v0.4.0
method: github-release
with:
repo: wagoodman/go-bouncer
- name: task
version:
want: v3.31.0
method: github-release
with:
repo: go-task/task
- name: syft
version:
want: v0.96.0
method: github-release
with:
repo: anchore/syft
- name: svu
version:
want: v1.11.0
method: github-release
with:
repo: caarlos0/svu
- name: gofumpt
version:
want: v0.5.0
method: github-release
with:
repo: mvdan/gofumpt