Add zizmor (#1002)

This commit is contained in:
John Vandenberg
2025-06-16 20:55:17 +08:00
committed by GitHub
parent 809bda2d43
commit 9568a6b616
5 changed files with 91 additions and 12 deletions

View File

@@ -0,0 +1,16 @@
{
"repository": "https://github.com/zizmorcore/zizmor",
"tag_prefix": "v",
"rust_crate": "${package}",
"asset_name": "${package}-${rust_target}.tar.gz",
"version_range": ">= 1.9.0",
"platform": {
"x86_64_linux_gnu": {},
"x86_64_macos": {},
"x86_64_windows": {
"asset_name": "${package}-${rust_target}.zip"
},
"aarch64_linux_gnu": {},
"aarch64_macos": {}
}
}