mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-17 19:52:38 +08:00
Support artifact attestations verification
This commit is contained in:
@@ -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": {},
|
||||
|
||||
Reference in New Issue
Block a user