Skip to content

Commit

Permalink
Merge pull request #4031 from bennerv/bvesel/pin-opa-binary
Browse files Browse the repository at this point in the history
Pin OPA to v0.70.0
  • Loading branch information
bennerv authored Dec 20, 2024
2 parents 4d78981 + 532c6f1 commit 33deb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-guardrailpolicies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Install opa binary
run: |
curl -L -o opa https://openpolicyagent.org/downloads/latest/opa_linux_amd64
curl -L -o opa https://openpolicyagent.org/downloads/v0.70.0/opa_linux_amd64
chmod 755 opa; cp opa /usr/local/bin/
- name: Install gator cli
Expand Down

0 comments on commit 33deb92

Please sign in to comment.