Skip to content

Commit

Permalink
specific versions for opa and regal in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptroger committed Nov 12, 2024
1 parent 04f86e8 commit 8e75909
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/policy-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,13 @@ jobs:

- name: Setup Regal
uses: StyraInc/[email protected]
with:
version: '0.28.0'

- name: Setup OPA
uses: open-policy-agent/setup-opa@v2
with:
version: latest
version: '0.70.0'

- name: Format
run: make policy-engine/rego/format/check
Expand Down

0 comments on commit 8e75909

Please sign in to comment.