andrewdavidmackenzie/Jonesy Panic Analysis
Analyze Rust binaries for panic points and annotate PRs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 25, 2026
- License
- None
Pinned Snippet
uses: andrewdavidmackenzie/jonesy@ba9cdb6ef47756662fe84382a1f6d3698ad19519 # v0.10.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| fail-on-panic | Fail the workflow if panic points are found | no | false |
| working-directory | Directory to run analysis in (defaults to repository root) | no | . |
| binary | Specific binary to analyze (defaults to auto-detect) | no | "" |
| extra-args | Additional arguments to pass to jonesy | no | "" |
| comment-on-pr | Post a summary comment on pull requests | no | true |
Outputs
| name | description |
|---|---|
| panic-count | Number of panic points found |