sanishkumar/System Synthesis Architecture Review
Detect semantic Docker Compose architecture changes and enforce deterministic policy in pull requests.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| compose-path | Repository-relative Docker Compose file to compare. | yes | compose.yaml |
| policy-path | Repository-relative JSON policy. The base-branch version governs the review. | no | .system-synthesis/policy.json |
| base-revision | Base commit SHA or ref. | yes | — |
| head-revision | Head commit SHA or ref. | yes | — |
| output-directory | Repository-relative directory for JSON, Markdown, and SARIF reports. | no | .system-synthesis/reports |
Outputs
| name | description |
|---|---|
| exit-code | 0 for pass, 1 for blocking findings, or 2 for invalid input. |
| status | pass, fail, or error. |
| blocking-findings | Number of newly introduced blocking findings. |
| json-file | Absolute path to the machine-readable JSON report. |
| markdown-file | Absolute path to the pull-request Markdown report. |
| sarif-file | Absolute path to the SARIF 2.1.0 report. |