Add signing of the builds.

This commit is contained in:
2025-12-15 00:43:42 +00:00
parent 3a48a67c75
commit 49a46a74c1
3 changed files with 40 additions and 0 deletions
+20
View File
@@ -87,3 +87,23 @@ homebrew_casks:
system_command "/usr/bin/xattr",
args: ["-dr", "com.apple.quarantine", "#{staged_path}/semver-generator"]
end
signs:
- cmd: cosign
signature: "${artifact}.sigstore.json"
args:
- sign-blob
- "--bundle=${signature}"
- "${artifact}"
- "--yes"
artifacts: checksum
output: true
docker_signs:
- cmd: cosign
artifacts: manifests
output: true
args:
- sign
- "${artifact}@${digest}"
- "--yes"