0disoft/Service Catalog Generator
Validate service.yaml manifests and optionally write static service catalog artifacts.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 16, 2026
- License
- Apache 2.0
Pinned Snippet
uses: 0disoft/service-catalog-generator@33a0e03a67a877e8b8e9504988dbcdb657d65eaa # v0.5.21tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| roots | Newline or comma separated scan roots. | no | — |
| manifest-name | Manifest filename to discover. | no | — |
| input-schema | Input manifest schema adapter to use. | no | — |
| config | Optional path to scg.config.yaml. | no | — |
| output-directory | Directory for generated report artifacts. | no | — |
| fail-on-warning | Promote warnings to a failing validation. | no | — |
| allow-unknown-dependencies | Permit unresolved service dependency refs. | no | — |
| report | Generate report artifacts in addition to validation. | no | false |
| format | Comma or newline separated report formats when report is true. | no | — |
Outputs
| name | description |
|---|---|
| service-count | Number of normalized service records. |
| error-count | Number of error diagnostics. |
| warning-count | Number of warning diagnostics. |
| report-directory | Directory containing generated artifacts when report generation ran. |