skygenesisenterprise/Sky Genesis Enterprise CI
Enterprise-grade GitHub CI orchestrator for security, governance, and DevOps standardization
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config-file | Path to .enterprise-ci.yml configuration file | no | .enterprise-ci.yml |
| mode | Operation mode: strict (enforce all policies) or relaxed (warnings only) | no | strict |
| language | Primary programming language (auto-detected if not specified) | no | auto |
| security-scan | Enable security vulnerability scanning | no | true |
| secret-scan | Enable secret detection scanning | no | true |
| fail-on-critical | Fail the pipeline on critical security issues | no | true |
| governance-checks | Enable governance checks (branch naming, commit format, etc.) | no | true |
| compliance-report | Generate compliance reports (JSON/SARIF) | no | true |
| artifact-export | Export reports as GitHub artifacts | no | true |
| timeout-minutes | Maximum execution time in minutes | no | 30 |
Outputs
| name | description |
|---|---|
| status | Overall pipeline status: success, failure, or warning |
| security-score | Security assessment score (0-100) |
| governance-score | Governance compliance score (0-100) |
| critical-issues | Number of critical security issues found |
| warnings | Number of warnings generated |
| report-json | Path to JSON compliance report |
| report-sarif | Path to SARIF security report |
| execution-time | Total execution time in seconds |