daisuke8000/Coral Proto Visualizer

Visualize .proto file dependencies from gRPC/Connect projects

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Apr 11, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: daisuke8000/coral@075547e635b80ba6ac5a2396d3bbfa369b9c1e1a # v0.2.2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
proto-pathPath to proto files directory (must be within the workspace)noproto
buf-configPath to buf.yaml configuration file (relative to proto-path)no""
comment-on-prPost analysis and diff as PR comment (true/false)nofalse
github-tokenGitHub token for PR comments only. Required permission: pull-requests: write. Falls back to github.token if omitted.no""
generate-pagesGenerate static HTML for GitHub Pages (true/false)nofalse
versionCoral version to download (defaults to the action ref tag, e.g. v0.2.2)no""
namedescription
json-pathPath to the generated JSON file
html-pathPath to the generated HTML directory (if generate-pages is true)
markdown-reportDetailed markdown report of proto dependencies
diff-reportDiff report showing changes from base branch