From 8b84d08f7fc0ce2a5e8650a574440de549508a7d Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Thu, 9 Sep 2021 10:31:55 +0100 Subject: [PATCH] opa: Add version 0.28.0 (#2127) --- bucket/opa.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bucket/opa.json diff --git a/bucket/opa.json b/bucket/opa.json new file mode 100644 index 0000000000..0a8fdb9815 --- /dev/null +++ b/bucket/opa.json @@ -0,0 +1,23 @@ +{ + "homepage": "https://www.openpolicyagent.org/", + "description": "OPA is policy-based control for cloud native environments.", + "license": "Apache-2.0", + "version": "0.32.0", + "architecture": { + "64bit": { + "url": "https://github.com/open-policy-agent/opa/releases/download/v0.32.0/opa_windows_amd64.exe#/opa.exe", + "hash": "55a7e42835a227b1b58b695a948b50deb246bdd0c6277f027770b591bfeab55b" + } + }, + "bin": "opa.exe", + "checkver": { + "github": "https://github.com/open-policy-agent/opa" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/open-policy-agent/opa/releases/download/v$version/opa_windows_amd64.exe#/opa.exe" + } + } + } +}