windlasstech/actionlint-hardened
Run actionlint with a Docker-based, digest-pinned, security-hardened wrapper action.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| paths | Newline-separated workflow files or glob patterns to lint. Empty lets actionlint auto-discover workflows. | no | "" |
| config-file | Path to an actionlint configuration file. | no | "" |
| ignore | Newline-separated regular expression patterns to ignore. | no | "" |
| shellcheck | ShellCheck executable path. Set to an empty string to disable ShellCheck integration. | no | shellcheck |
| pyflakes | pyflakes executable path. Set to an empty string to disable pyflakes integration. | no | pyflakes |
| format | Output format for actionlint diagnostics. | no | "" |
| no-color | Disable colored output. | no | true |
| oneline | Emit one-line diagnostics. | no | false |
Outputs
no outputs