Support artifact attestations verification

This commit is contained in:
Taiki Endo
2026-03-21 04:30:53 +09:00
parent 68bba89805
commit 8418e9f725
22 changed files with 2654 additions and 324 deletions

View File

@@ -8,6 +8,14 @@
"${package}-${rust_target}.zip",
"${package}-v${version}-${rust_target}.zip"
],
"signing": {
"version_range": ">= 0.6.44",
"kind": {
"gh-attestation": {
"signer-workflow": "taiki-e/github-actions/.github/workflows/rust-release.yml"
}
}
},
"platform": {
"x86_64_linux_gnu": {},
"x86_64_linux_musl": {},