paiml/bashrs
Lint, score, test, and analyze shell scripts with bashrs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | bashrs subcommand to run (lint, score, property, coverage, test, gate) | no | lint |
| files | Files or directories to analyze (space-separated) | no | . |
| args | Additional arguments passed to the bashrs command | no | "" |
| format | Output format (human, json, sarif — availability depends on command) | no | human |
| fail-on | Minimum severity to trigger non-zero exit (lint only: info, warning, error) | no | warning |
| upload-sarif | Upload SARIF results to GitHub Code Scanning (lint only) | no | false |
| version | bashrs version to install (latest if not specified) | no | latest |
Outputs
no outputs