2025-07-31 16:30:09 +00:00

24 lines
777 B
JSON

{
"version": "1.7.0",
"description": "Policy-based control for cloud native environments",
"homepage": "https://www.openpolicyagent.org",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/open-policy-agent/opa/releases/download/v1.7.0/opa_windows_amd64.exe#/opa.exe",
"hash": "2a9fab6ac63cfe35c839d346a783eb9a92c73f72b839d69747ea7f2d51c306ca"
}
},
"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"
}
}
}
}