From 0893f495efee424a7773b39680020b8516eeb5a8 Mon Sep 17 00:00:00 2001 From: Sarvesh Ransubhe <86341556+SarveshRansubhe@users.noreply.github.com> Date: Wed, 8 Mar 2023 17:06:10 +0530 Subject: [PATCH] datree: Add version 1.8.37 (#4525) --- bucket/datree.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 bucket/datree.json diff --git a/bucket/datree.json b/bucket/datree.json new file mode 100644 index 0000000000..abb52e2e84 --- /dev/null +++ b/bucket/datree.json @@ -0,0 +1,30 @@ +{ + "version": "1.8.37", + "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.8.37/datree-cli_1.8.37_windows_x86_64.zip", + "hash": "f80c161380d95ef03c3bdeb0c3cc12a15dc18f2a716ee22aca1e691528626808" + }, + "32bit": { + "url": "https://github.com/datreeio/datree/releases/download/1.8.37/datree-cli_1.8.37_windows_386.zip", + "hash": "2275d43c471c600d00ac83a429cd07a1681c647e3c57ecc2ce3e592c68419d8e" + } + }, + "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" + } + } + } +}