mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-05-19 00:15:53 +00:00
Fix of ShellCheck and doc update. Int testing updates. Added ShellCheck action.
This commit is contained in:
parent
88c79a349b
commit
dbfcf14efc
3 changed files with 53 additions and 20 deletions
|
|
@ -28,10 +28,10 @@ steps:
|
|||
| `dockerfile` | The path to the Dockerfile to be tested | `./Dockerfile` |
|
||||
| `recursive` | Search for specified dockerfile </br> recursively, from the project root | `false` |
|
||||
| `config` | Custom path to a Hadolint config file | `./.hadolint.yaml` |
|
||||
| `output-file` | A sub-path where to save the </br> output as a file to | |
|
||||
| `no-color` | Don't create colored output (`true`/`false`) | |
|
||||
| `no-fail` | Never fail the action (`true`/`false`) | |
|
||||
| `verbose` | Output more information (`true`/`false`) | |
|
||||
| `output-file` | A sub-path where to save the </br> output as a file to | `/dev/stdout` |
|
||||
| `no-color` | Don't create colored output (`true`/`false`) | `false` |
|
||||
| `no-fail` | Never fail the action (`true`/`false`) | `false` |
|
||||
| `verbose` | Output more information (`true`/`false`) | `false` |
|
||||
| `format` | The output format. One of [`tty` \| `json` \| </br> `checkstyle` \| `codeclimate` \| </br> `gitlab_codeclimate` \| `codacy` \| `sarif`] | `tty` |
|
||||
| `failure-threshold` | Rule severity threshold for pipeline </br> failure. One of [`error` \| `warning` \| </br> `info` \| `style` \| `ignore`] | `info` |
|
||||
| `override-error` | Comma separated list of rules to treat with `error` severity | |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue