Skip to content

Commit acb42a5

Browse files
committed
goreleaser
1 parent 0273abc commit acb42a5

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

.goreleaser.yml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,28 @@ archives:
2222
format: zip
2323
files:
2424
- none*
25+
changelog:
26+
skip: true
2527
checksum:
2628
name_template: 'checksums.txt'
2729
extra_files:
2830
- glob: ./dist/raw/*
2931
signs:
30-
- artifacts: checksum
31-
args: ["--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}"]
32+
- cmd: cosign
33+
signature: '${artifact}.keyless.sig'
34+
certificate: '${artifact}.pem'
35+
output: true
36+
artifacts: checksum
37+
args:
38+
- sign-blob
39+
- '--output-certificate=${certificate}'
40+
- '--output-signature=${signature}'
41+
- '${artifact}'
42+
- --yes
43+
release:
44+
github:
45+
owner: pregress
46+
name: tflint-ruleset-azurerm-security
47+
draft: true
48+
snapshot:
49+
name_template: "{{ .Tag }}-dev"

0 commit comments

Comments
 (0)