doncheli/Don Cheli SDD Check
Verify SDD quality gates, TDD compliance, coverage and OWASP audit on Pull Requests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 11, 2026
- License
- Apache 2.0
Pinned Snippet
uses: doncheli/don-cheli-sdd@7ec03ab78cb136fa68f591d0118539809c5ad7d2 # v1.32.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| gates | Quality gates to run: all, spec, tdd, coverage, owasp, custom (comma-separated) | no | all |
| min-coverage | Minimum test coverage percentage (0-100) | no | 85 |
| comment-pr | Post results as PR comment (true/false) | no | true |
| fail-on-warn | Treat warnings as failures (true/false) | no | false |
| dc-dir | Path to .dc/ directory (auto-detects .dc/ or .especdev/) | no | "" |
| custom-gates-dir | Path to custom gates directory | no | .dc/gates |
Outputs
| name | description |
|---|---|
| passed | Whether all gates passed (true/false) |
| report | Full report in markdown format |
| coverage | Test coverage percentage |
| gates-passed | Number of gates passed |
| gates-total | Total number of gates |