ci/static-checks: install regorus

Make regorus available for static checks as prerequisite for rego checks.

Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
Paul Meyer
2025-06-11 12:58:01 +02:00
parent 71796f7b12
commit 107e7dfdf6
2 changed files with 52 additions and 0 deletions

View File

@@ -127,6 +127,9 @@ jobs:
run: |
cd "${GOPATH}/src/github.com/${{ github.repository }}"
./tests/install_opa.sh
- name: Install regorus
run: |
"${GOPATH}/src/github.com/${{ github.repository }}/tests/install_regorus.sh"
- name: Run check
run: |
export PATH="${PATH}:${GOPATH}/bin"