2023-07-02 12:30:35 +00:00

31 lines
1.3 KiB
JSON

{
"version": "1.9.9",
"description": "Prevent Kubernetes misconfigurations from reaching production (again 😤 )! From code to cloud, Datree provides an E2E policy enforcement solution to run automatic checks for rule violations.",
"homepage": "https://www.datree.io/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/datreeio/datree/releases/download/1.9.9/datree-cli_1.9.9_windows_x86_64.zip",
"hash": "52a7626e9ec5cff842ddcfb8919fd6616993a8c4cea4a23346d1be3b3fa7f6c0"
},
"32bit": {
"url": "https://github.com/datreeio/datree/releases/download/1.9.9/datree-cli_1.9.9_windows_386.zip",
"hash": "2f0dbfcf7bc371fdcb29426db9f0b978f531e72d78c74c265fb0a0572110ead6"
}
},
"bin": "datree.exe",
"checkver": {
"github": "https://github.com/datreeio/datree"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/datreeio/datree/releases/download/$version/datree-cli_$version_windows_x86_64.zip"
},
"32bit": {
"url": "https://github.com/datreeio/datree/releases/download/$version/datree-cli_$version_windows_386.zip"
}
}
}
}