feruzkarimovv/gha-graph
Visualize and validate GitHub Actions workflows before you push.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Repository root, workflow directory, or workflow file to scan. | no | . |
| html | Path for the self-contained HTML/SVG report. | no | gha-graph.html |
| sarif | Optional path for a SARIF report. Leave empty to disable SARIF output. | no | "" |
| strict | Exit with failure when warnings are present, not only errors. | no | false |
| matrix-threshold | Warn when a matrix expands above this many jobs. | no | 24 |
Outputs
| name | description |
|---|---|
| html | Path to the generated self-contained HTML report. |
| sarif | Path to the generated SARIF report, or an empty string when disabled. |