Add signing of the plugin on release.

This commit is contained in:
2025-12-15 00:38:35 +00:00
parent 6efb78b7a8
commit 6d893df12b
3 changed files with 26 additions and 0 deletions
+11
View File
@@ -47,3 +47,14 @@ release:
name_template: "v{{ .Version }}"
draft: false
prerelease: auto
signs:
- cmd: cosign
signature: "${artifact}.sigstore.json"
args:
- sign-blob
- "--bundle=${signature}"
- "${artifact}"
- "--yes"
artifacts: checksum
output: true