2022-03-17 20:27:20 +00:00

27 lines
927 B
JSON

{
"version": "2.6.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.6.0/regula_2.6.0_Windows_x86_64.zip",
"hash": "cb4d363901172ff2e64430c46eb251b6efc175583d52890bf1e5f91a39edbf3f"
}
},
"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"
}
}
}