The IRIS command-line tool for local policy development, agent registration, and evidence inspection. Pairs with the iris-sdk Python packages, or stands alone for CI/CD policy validation.
pip install iris-security-cli
iris org-policy validateFull documentation: https://iris-security.github.io/iris-sdk/cli-reference.html
Add AI governance to any repo's CI with the composite Action in this repository (offline/OSS by default — no cloud account required):
- uses: IRIS-Security/iris-cli@v1
with:
command: compliance scan
fail-on: blockerOptional cloud push (requires IRIS Cloud API key + entitlement):
- uses: IRIS-Security/iris-cli@v1
with:
command: compliance scan
fail-on: blocker
api-key: ${{ secrets.IRIS_API_KEY }}See https://iris-security.github.io/iris-sdk/github-action.html for inputs and fail-on thresholds. IRIS's own public repos run this check on every pull request.
Scale to team-wide governance, centralized evidence, and enterprise SSO with IRIS Cloud → iris-security.io
Apache 2.0 — see LICENSE.