Skip to Content
IntegrationsCI/CD Integration

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:

  1. Install SentriFlow CLI
  2. Run validation on configuration files
  3. Output results in SARIF format
  4. Upload results to your platform’s security dashboard
# Basic CI/CD command sentriflow -f sarif configs/ > results.sarif

Exit Codes

SentriFlow uses standard exit codes for CI/CD integration:

CodeMeaning
0All checks passed
1One or more rule failures detected
2Error (invalid input, file not found, etc.)

Choose your platform from the sidebar to get started.

Last updated on