mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 04:24:28 +00:00
27 lines
927 B
JSON
27 lines
927 B
JSON
{
|
|
"version": "3.0.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/v3.0.0/regula_3.0.0_Windows_x86_64.zip",
|
|
"hash": "9ebb74614fd69885836801ae2b9540853e71accdee01fa18ec87d70119c35e75"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|