File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ builds:
2323 - ' 7'
2424
2525kos :
26- - repository : ghcr.io/boostsecurityio/poutine
26+ - repositories :
27+ - ghcr.io/boostsecurityio/poutine
2728 base_image : ' cgr.dev/chainguard/git:latest@sha256:06119871a608d163eac2daddd0745582e457a29ee8402bd351c13f294ede30e1'
2829 tags :
2930 - ' {{.Version}}'
@@ -43,18 +44,17 @@ docker_signs:
4344
4445signs :
4546 - cmd : cosign
46- certificate : ' ${artifact}.pem '
47+ signature : " ${artifact}.sigstore.json "
4748 args :
4849 - " sign-blob"
49- - " --output-certificate=${certificate}"
50- - " --output-signature=${signature}"
50+ - " --bundle=${signature}"
5151 - " ${artifact}"
5252 - " --yes" # skip user interaction
53- artifacts : all
53+ artifacts : checksum
5454 output : true
5555
5656archives :
57- - format : tar.gz
57+ - formats : [ ' tar.gz' ]
5858 # this name template makes the OS and Arch compatible with the results of `uname`.
5959 name_template : >-
6060 {{ .ProjectName }}_
@@ -66,7 +66,7 @@ archives:
6666 # use zip for windows archives
6767 format_overrides :
6868 - goos : windows
69- format : zip
69+ formats : [' zip']
7070
7171changelog :
7272 use : github-native
You can’t perform that action at this time.
0 commit comments