blundergoat/gruff-rs
Run the gruff-rs quality analyzer on a Rust project.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 13, 2026
- License
- Apache 2.0
Pinned Snippet
uses: blundergoat/gruff-rs@2f6a25bcb2a74a9043514fd04ccd196ebc3fea7a # v0.4.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of gruff-rs to install. Defaults to the version matching the action tag (e.g. `v0.1.0` -> `0.1.0`). Pass `latest` to install the newest published release. | no | "" |
| args | Arguments passed to gruff-rs. Defaults to a SARIF scan of the working directory that fails on warnings or errors. | no | analyse . --format sarif --fail-on warning --no-baseline |
| working-directory | Directory the analyzer is invoked from. | no | "" |
| output-file | Optional path to write the analyzer stdout to. When set the action redirects stdout to this file (useful for piping SARIF to a follow-up `upload-sarif` step). | no | "" |
Outputs
no outputs