66 ldflags :
77 - -s -w
88 - " -extldflags '-static'"
9- - -X github.com/goodwithtech /dockle/pkg.version={{.Version}}
9+ - -X github.com/SpazioDati /dockle/pkg.version={{.Version}}
1010 env :
1111 - CGO_ENABLED=0
1212 goos :
@@ -21,68 +21,67 @@ builds:
2121 goarm :
2222 - 7
2323
24- nfpms :
25- -
26- formats :
27- - apk
28- - deb
29- - rpm
30- vendor : " goodwithtech"
31- homepage : " https://github.com/goodwithtech"
32- maintainer :
" Tomoya Amachi <[email protected] >" 33- description : " A Security and Dockerfile checker for Containers"
34- license : " AGPL"
35- file_name_template : >-
36- {{ .ProjectName }}_{{ .Version }}_
37- {{- if eq .Os "darwin" }}macOS
38- {{- else if eq .Os "openbsd" }}OpenBSD
39- {{- else if eq .Os "netbsd" }}NetBSD
40- {{- else if eq .Os "freebsd" }}FreeBSD
41- {{- else if eq .Os "dragonfly" }}DragonFlyBSD
42- {{- else}}{{- title .Os }}{{ end }}-
43- {{- if eq .Arch "amd64" }}64bit
44- {{- else if eq .Arch "arm" }}ARM
45- {{- else if eq .Arch "arm64" }}ARM64
46- {{- else }}{{ .Arch }}{{ end }}
24+ # nfpms:
25+ # -
26+ # formats:
27+ # - apk
28+ # - deb
29+ # - rpm
30+ # vendor: "goodwithtech"
31+ # homepage: "https://github.com/goodwithtech"
32+ # maintainer: "Tomoya Amachi <[email protected] >"33+ # description: "A Security and Dockerfile checker for Containers"
34+ # license: "AGPL"
35+ # file_name_template: >-
36+ # {{ .ProjectName }}_{{ .Version }}_
37+ # {{- if eq .Os "darwin" }}macOS
38+ # {{- else if eq .Os "openbsd" }}OpenBSD
39+ # {{- else if eq .Os "netbsd" }}NetBSD
40+ # {{- else if eq .Os "freebsd" }}FreeBSD
41+ # {{- else if eq .Os "dragonfly" }}DragonFlyBSD
42+ # {{- else}}{{- title .Os }}{{ end }}-
43+ # {{- if eq .Arch "amd64" }}64bit
44+ # {{- else if eq .Arch "arm" }}ARM
45+ # {{- else if eq .Arch "arm64" }}ARM64
46+ # {{- else }}{{ .Arch }}{{ end }}
4747
48- archives :
49- -
50- format : tar.gz
51- format_overrides :
52- - goos : windows
53- format : zip
54- name_template : >-
55- {{ .ProjectName }}_{{ .Version }}_
56- {{- if eq .Os "darwin" }}macOS
57- {{- else if eq .Os "linux" }}Linux
58- {{- else if eq .Os "openbsd" }}OpenBSD
59- {{- else if eq .Os "netbsd" }}NetBSD
60- {{- else if eq .Os "freebsd" }}FreeBSD
61- {{- else if eq .Os "dragonfly" }}DragonFlyBSD
62- {{- else}}{{- .Os }}{{ end }}-
63- {{- if eq .Arch "amd64" }}64bit
64- {{- else if eq .Arch "arm" }}ARM
65- {{- else if eq .Arch "arm64" }}ARM64
66- {{- else if eq .Arch "loong64" }}LOONG64
67- {{- else }}{{ .Arch }}{{ end }}
68- files :
69- - README.md
70- - LICENSE
48+ # archives:
49+ # -
50+ # format: tar.gz
51+ # format_overrides:
52+ # - goos: windows
53+ # format: zip
54+ # name_template: >-
55+ # {{ .ProjectName }}_{{ .Version }}_
56+ # {{- if eq .Os "darwin" }}macOS
57+ # {{- else if eq .Os "linux" }}Linux
58+ # {{- else if eq .Os "openbsd" }}OpenBSD
59+ # {{- else if eq .Os "netbsd" }}NetBSD
60+ # {{- else if eq .Os "freebsd" }}FreeBSD
61+ # {{- else if eq .Os "dragonfly" }}DragonFlyBSD
62+ # {{- else}}{{- .Os }}{{ end }}-
63+ # {{- if eq .Arch "amd64" }}64bit
64+ # {{- else if eq .Arch "arm" }}ARM
65+ # {{- else if eq .Arch "arm64" }}ARM64
66+ # {{- else if eq .Arch "loong64" }}LOONG64
67+ # {{- else }}{{ .Arch }}{{ end }}
68+ # files:
69+ # - README.md
70+ # - LICENSE
7171
72- brews :
73- -
74- repository :
75- owner : goodwithtech
76- name : homebrew-r
77- homepage : " https://github.com/goodwithtech/dockle"
78- description : " Simple security auditing, helping build the Best Docker Images"
79- test : |
80- system "#{bin}/program --version"
72+ # brews:
73+ # -
74+ # repository:
75+ # owner: goodwithtech
76+ # name: homebrew-r
77+ # homepage: "https://github.com/goodwithtech/dockle"
78+ # description: "Simple security auditing, helping build the Best Docker Images"
79+ # test: |
80+ # system "#{bin}/program --version"
8181
8282dockers :
8383 - image_templates :
84- - ' goodwithtech/dockle:{{ .Tag }}-amd64'
85- - ' ghcr.io/goodwithtech/dockle:{{ .Tag }}-amd64'
84+ - ' ghcr.io/SpazioDati/dockle:{{ .Tag }}-amd64'
8685 dockerfile : Dockerfile.releaser
8786 build_flag_templates :
8887 - " --pull"
@@ -93,8 +92,7 @@ dockers:
9392 - " --label=org.opencontainers.image.source={{.GitURL}}"
9493 - " --platform=linux/amd64"
9594 - image_templates :
96- - ' goodwithtech/dockle:{{ .Tag }}-arm64'
97- - ' ghcr.io/goodwithtech/dockle:{{ .Tag }}-arm64'
95+ - ' ghcr.io/SpazioDati/dockle:{{ .Tag }}-arm64'
9896 dockerfile : Dockerfile.releaser
9997 build_flag_templates :
10098 - " --pull"
@@ -106,19 +104,11 @@ dockers:
106104 - " --platform=linux/arm64"
107105 goarch : arm64
108106docker_manifests :
109- - name_template : ' goodwithtech /dockle:{{ .Tag }}'
107+ - name_template : ' ghcr.io/SpazioDati /dockle:{{ .Tag }}'
110108 image_templates :
111- - ' goodwithtech /dockle:{{ .Tag }}-amd64'
112- - ' goodwithtech /dockle:{{ .Tag }}-arm64'
113- - name_template : ' ghcr.io/goodwithtech /dockle:{{ .Tag }} '
109+ - ' ghcr.io/SpazioDati /dockle:{{ .Tag }}-amd64'
110+ - ' ghcr.io/SpazioDati /dockle:{{ .Tag }}-arm64'
111+ - name_template : ' ghcr.io/SpazioDati /dockle:latest '
114112 image_templates :
115- - ' ghcr.io/goodwithtech/dockle:{{ .Tag }}-amd64'
116- - ' ghcr.io/goodwithtech/dockle:{{ .Tag }}-arm64'
117- - name_template : ' goodwithtech/dockle:latest'
118- image_templates :
119- - ' goodwithtech/dockle:{{ .Tag }}-amd64'
120- - ' goodwithtech/dockle:{{ .Tag }}-arm64'
121- - name_template : ' ghcr.io/goodwithtech/dockle:latest'
122- image_templates :
123- - ' ghcr.io/goodwithtech/dockle:{{ .Tag }}-amd64'
124- - ' ghcr.io/goodwithtech/dockle:{{ .Tag }}-arm64'
113+ - ' ghcr.io/SpazioDati/dockle:{{ .Tag }}-amd64'
114+ - ' ghcr.io/SpazioDati/dockle:{{ .Tag }}-arm64'
0 commit comments