Improve readability of Inputs table.

In my opinion it's still not very easy to read, but it is correctly formatted now.
This commit is contained in:
Jacob Ward 2021-06-04 16:49:26 +01:00 committed by GitHub
parent f49a60108f
commit 9c70326916
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,15 +26,15 @@ steps:
| Name | Description | Default |
|------------------ |------------------------------------------ |----------------- |
| dockerfile | The path to the Dockerfile to be tested | ./Dockerfile |
| format | The output format. One of [tty | json | | tty |
| | checkstyle | codeclimate | | |
| format | The output format. One of [tty \| json \| | tty |
| | checkstyle \| codeclimate \| | |
| | gitlab_codeclimate] | |
| ignore | Space separated list of Hadolint rules to | <none> |
| | ignore. | |
| config | Custom path to a Hadolint config file | ./.hadolint.yaml |
| failure-threshold | Rule severity threshold for pipeline | info |
| | failure. One of [error | warning | info | | |
| | style | ignore] | |
| | failure. One of [error \| warning \| | |
| | info \| style \| ignore] | |
## Hadolint Configuration