TrigGuard
TRIGGUARD GITHUB ACTIONS

GitHub Actions integration

Add TrigGuard to CI authorization checks with deterministic decisions: PERMIT, DENY, SILENCE.

Minimal workflow step

- name: TrigGuard authorization
  uses: trigguard-ai/authorization-action@v1
  with:
    surface: repo.push

What this enforces

  • PERMIT - workflow continues
  • DENY - workflow stops
  • SILENCE - workflow stops

Developer path

QUICKSTART · HELLO_WORLD · VERIFY_RECEIPT · ARCHITECTURE