Skip to content

Commit

Permalink
Add opa ci
Browse files Browse the repository at this point in the history
  • Loading branch information
samteb committed Jan 23, 2024
1 parent a0eed00 commit d10b56e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/authz_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,20 @@ jobs:
fields: message,commit,author
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

opa-rego:
name: Open Agent Policy CI

runs-on: ubuntu-latest

steps:
- name: Check out repository code
uses: actions/checkout@v3

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

- name: Run OPA Tests
run: make authz/rego/test

0 comments on commit d10b56e

Please sign in to comment.