2022-08-18 00:33:57 +00:00

27 lines
927 B
JSON

{
"version": "2.9.1",
"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.9.1/regula_2.9.1_Windows_x86_64.zip",
"hash": "00a3d3b1002566463fc8b09fde07f73b6a71c6b4db943bad26652ed67a47034d"
}
},
"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"
}
}
}