CI/CD Integration
Automate network configuration validation in your continuous integration and deployment pipelines. SentriFlow integrates with all major CI/CD platforms.
Supported Platforms
- GitHub Actions - Native workflow integration with SARIF upload
- GitLab CI - Pipeline configuration with SAST reports
- Azure DevOps - Azure Pipelines with security scanning
- Jenkins - Declarative pipelines with Warnings NG plugin
Quick Start
All CI/CD integrations follow a similar pattern:
- Install SentriFlow CLI
- Run validation on configuration files
- Output results in SARIF format
- Upload results to your platform’s security dashboard
# Basic CI/CD command
sentriflow -f sarif configs/ > results.sarifExit Codes
SentriFlow uses standard exit codes for CI/CD integration:
| Code | Meaning |
|---|---|
0 | All checks passed |
1 | One or more rule failures detected |
2 | Error (invalid input, file not found, etc.) |
Choose your platform from the sidebar to get started.
Last updated on