mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
27 lines
930 B
JSON
27 lines
930 B
JSON
{
|
|
"version": "2.10.0",
|
|
"description": "A tool to evaluate infrastructure as code files for potential AWS, Azure, Google Cloud, and Kubernetes security and compliance violations prior to deployment.",
|
|
"homepage": "https://regula.dev/",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/fugue/regula/releases/download/v2.10.0/regula_2.10.0_Windows_x86_64.zip",
|
|
"hash": "d1bcfc5c99131b14144c087decab246c4942e792df4394d09e8860dbe75448ba"
|
|
}
|
|
},
|
|
"bin": "regula.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/fugue/regula"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/fugue/regula/releases/download/v$version/regula_$version_Windows_x86_64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|