This repository was archived by the owner on Jun 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbindl.yaml
More file actions
66 lines (64 loc) · 1.61 KB
/
bindl.yaml
File metadata and controls
66 lines (64 loc) · 1.61 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
58
59
60
61
62
63
64
65
66
platforms:
linux:
- amd64
- arm64
darwin:
- amd64
- arm64
_uname: &uname
OS: &uname_OS
linux: Linux
darwin: Darwin
Arch: &uname_Arch
amd64: x86_64
programs:
- name: cosign
version: 1.13.1
provider: github
paths:
base: sigstore/cosign
target: "{{ .Name }}-{{ .OS }}-{{ .Arch }}"
checksums:
artifact: "{{ .Name }}_checksums.txt"
certificate: "{{ .Name }}_checksums.txt-keyless.pem"
signature: "{{ .Name }}_checksums.txt-keyless.sig"
- name: goreleaser
version: 1.14.1
provider: github
overlay: *uname
paths:
base: goreleaser/goreleaser
target: "{{ .Name }}_{{ .OS }}_{{ .Arch }}.tar.gz"
checksums:
artifact: checksums.txt
certificate: checksums.txt.pem
signature: checksums.txt.sig
- name: syft
version: 0.65.0
provider: github
paths:
base: anchore/syft
target: "{{ .Name }}_{{ .Version }}_{{ .OS }}_{{ .Arch }}.tar.gz"
checksums:
artifact: "{{ .Name }}_{{ .Version }}_checksums.txt"
- name: addlicense
version: 1.0.0
provider: github
overlay:
OS:
<<: *uname_OS
darwin: macOS
Arch: *uname_Arch
paths:
base: google/addlicense
target: "{{ .Name }}_{{ .Version }}_{{ .OS }}_{{ .Arch }}.tar.gz"
checksums:
artifact: checksums.txt
- name: golangci-lint
version: 1.50.1
provider: github
paths:
base: golangci/golangci-lint
target: "{{ .Name }}-{{ .Version }}-{{ .OS }}-{{ .Arch }}.tar.gz"
checksums:
artifact: "{{ .Name }}-{{ .Version }}-checksums.txt"