daisuke8000/Coral Proto Visualizer
Visualize .proto file dependencies from gRPC/Connect projects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 11, 2026
- License
- MIT
Pinned Snippet
uses: daisuke8000/coral@075547e635b80ba6ac5a2396d3bbfa369b9c1e1a # v0.2.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| proto-path | Path to proto files directory (must be within the workspace) | no | proto |
| buf-config | Path to buf.yaml configuration file (relative to proto-path) | no | "" |
| comment-on-pr | Post analysis and diff as PR comment (true/false) | no | false |
| github-token | GitHub token for PR comments only. Required permission: pull-requests: write. Falls back to github.token if omitted. | no | "" |
| generate-pages | Generate static HTML for GitHub Pages (true/false) | no | false |
| version | Coral version to download (defaults to the action ref tag, e.g. v0.2.2) | no | "" |
Outputs
| name | description |
|---|---|
| json-path | Path to the generated JSON file |
| html-path | Path to the generated HTML directory (if generate-pages is true) |
| markdown-report | Detailed markdown report of proto dependencies |
| diff-report | Diff report showing changes from base branch |