mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-07-19 05:39:58 +00:00
more info for inputs
This commit is contained in:
@@ -6,7 +6,6 @@
|
|||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
[](http://commitizen.github.io/cz-cli/)
|
[](http://commitizen.github.io/cz-cli/)
|
||||||
[](https://github.com/semantic-release/semantic-release?style=for-the-badge)
|
[](https://github.com/semantic-release/semantic-release?style=for-the-badge)
|
||||||
|
|
||||||
[](https://github.com/hadolint/hadolint-action/action)
|
[](https://github.com/hadolint/hadolint-action/action)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
@@ -29,17 +28,17 @@ steps:
|
|||||||
| `recursive` | Search for specified dockerfile </br> recursively, from the project root | `false` |
|
| `recursive` | Search for specified dockerfile </br> recursively, from the project root | `false` |
|
||||||
| `config` | Custom path to a Hadolint config file | `./.hadolint.yaml` |
|
| `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 | |
|
| `output-file` | A sub-path where to save the </br> output as a file to | |
|
||||||
| `no-color` | Don't create colored output | |
|
| `no-color` | Don't create colored output (`true`/`false`) | |
|
||||||
| `no-fail` | Never fail the action | |
|
| `no-fail` | Never fail the action (`true`/`false`) | |
|
||||||
| `verbose` | Output more information | |
|
| `verbose` | Output more information (`true`/`false`) | |
|
||||||
| `format` | The output format. One of [`tty` \| `json` \| </br> `checkstyle` \| `codeclimate` \| </br> `gitlab_codeclimate` \| `codacy` \| `sarif`] | `tty` |
|
| `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` |
|
| `failure-threshold` | Rule severity threshold for pipeline </br> failure. One of [`error` \| `warning` \| </br> `info` \| `style` \| `ignore`] | `info` |
|
||||||
| `override-error` | List of rules to treat with `error` severity | |
|
| `override-error` | Comma separated list of rules to treat with `error` severity | |
|
||||||
| `override-warning` | List of rules to treat with `warning` severity | |
|
| `override-warning` | Comma separated list of rules to treat with `warning` severity | |
|
||||||
| `override-info` | List of rules to treat with `info` severity | |
|
| `override-info` | Comma separated list of rules to treat with `info` severity | |
|
||||||
| `override-style` | List of rules to treat with `style` severity | |
|
| `override-style` | Comma separated list of rules to treat with `style` severity | |
|
||||||
| `ignore` | Comma separated list of Hadolint rules to ignore. | <none> |
|
| `ignore` | Comma separated list of Hadolint rules to ignore. | <none> |
|
||||||
| `trusted-registries` | List of urls of trusted registries | |
|
| `trusted-registries` | Comma separated list of urls of trusted registries | |
|
||||||
|
|
||||||
## Hadolint Configuration
|
## Hadolint Configuration
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user