containerly/ShellCheck
Run ShellCheck static analysis on shell scripts
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| files | Space-separated list of shell script files to check | yes | — |
| severity | Minimum severity to report: error, warning, info, style | no | warning |
| format | Output format: tty, checkstyle, diff, gcc, json, json1, quiet | no | tty |
| shell | Override shell dialect: sh, bash, dash, ksh | no | "" |
| exclude | Comma-separated check codes to exclude (e.g. SC2034,SC2086) | no | "" |
| args | Additional raw arguments appended to the shellcheck command | no | "" |
Outputs
| name | description |
|---|---|
| exit-code | Exit code returned by shellcheck |