zircote-plugins/SDLC Compliance Check
Run comprehensive SDLC compliance checks against your project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| domains | Comma-separated list of domains to check (build,quality,testing,ci,security,docs,vcs,release,observability,ai) or "all" | no | all |
| fail-on-error | Fail the action if any MUST requirements are not met | no | true |
| report-format | Report format: markdown, json, sarif, or all | no | markdown |
| upload-artifact | Upload report as artifact | no | true |
| create-pr-comment | Create PR comment with results (only on pull_request events) | no | true |
| create-issue | Create GitHub issue for failed checks | no | false |
| working-directory | Directory to run checks in | no | . |
| config-file | Path to custom SDLC configuration file | no | "" |
Outputs
| name | description |
|---|---|
| score | Overall compliance score (0-100) |
| status | Compliance status: pass, warn, or fail |
| report-path | Path to the generated report file |
| critical-count | Number of critical (MUST) violations |
| important-count | Number of important (SHOULD) violations |
| suggestion-count | Number of suggestions (MAY) |