๐ CI/CD Integration
GitHub Actions
# .github/workflows/audit.yml
name: Zentinel Audit
on: [push]
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: zkxgenai/zentinel-action@v2
with:
api-key: ${{ secrets.ZENTINEL_KEY }}
tools: all
fail-on: critical,high
Supported CI Platforms
| Platform | Method | Status |
|---|---|---|
| GitHub Actions | Official action | Supported |
| GitLab CI | Docker image | Supported |
| Jenkins | CLI + API | Beta |
| Pre-commit hook | zentinel-cli | Supported |