blundergoat/gruff-rs

Run the gruff-rs quality analyzer on a Rust project.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 13, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: blundergoat/gruff-rs@2f6a25bcb2a74a9043514fd04ccd196ebc3fea7a # v0.4.0

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

namedescriptionrequireddefault
versionVersion 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""
argsArguments passed to gruff-rs. Defaults to a SARIF scan of the working directory that fails on warnings or errors. noanalyse . --format sarif --fail-on warning --no-baseline
working-directoryDirectory the analyzer is invoked from.no""
output-fileOptional 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""

no outputs