xchecker-gate 1.1.0

Policy gate evaluation for xchecker CI/CD pipelines
Documentation
1
2
3
4
5
6
7
//! Exit code constants for gate command

/// Success - gate passed
pub const SUCCESS: i32 = 0;

/// Policy violation - gate failed
pub const POLICY_VIOLATION: i32 = 1;