step-security/ShellCheck
GitHub action for ShellCheck.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| additional_files | A space separated list of additional filename to check | no | "" |
| ignore | Paths to ignore when running ShellCheck | no | "" |
| ignore_paths | Paths to ignore when running ShellCheck | no | "" |
| ignore_names | Names to ignore when running ShellCheck | no | "" |
| severity | Minimum severity of errors to consider. Options: [error, warning, info, style] | no | "" |
| check_together | Run shellcheck on _all_ files at once, instead of one at a time | no | "" |
| scandir | Directory to be searched for files. Defaults to . | no | . |
| disable_matcher | Set to true to skip using problem-matcher | no | false |
| format | Output format (checkstyle, diff, gcc, json, json1, quiet, tty) | no | gcc |
| version | Specify a concrete version of ShellCheck to use | no | stable |
Outputs
| name | description |
|---|---|
| files | A list of files with issues |
| options | The options used |