From 9c70326916b3fdacfe271e1cab4d22195a1b9c75 Mon Sep 17 00:00:00 2001 From: Jacob Ward <53442247+jward-bw@users.noreply.github.com> Date: Fri, 4 Jun 2021 16:49:26 +0100 Subject: [PATCH] Improve readability of `Inputs` table. In my opinion it's still not very easy to read, but it is correctly formatted now. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b5138b8..4c65994 100644 --- a/README.md +++ b/README.md @@ -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 | | | | 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