Docs / CI/CD Integration

๐Ÿ”„ 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
PlatformMethodStatus
GitHub ActionsOfficial actionSupported
GitLab CIDocker imageSupported
JenkinsCLI + APIBeta
Pre-commit hookzentinel-cliSupported