From cdbb7fa6a39e1534ec1a386137940e24ec09426f Mon Sep 17 00:00:00 2001 From: John Wiebalk Date: Thu, 9 Jan 2020 17:58:41 -0500 Subject: [PATCH] add docker to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2b480d0c..a3e0c80a 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Developers on **GitHub** can call this Action to lint their code base with the f - **XML** (LibXML) - **Coffeescript** (coffeelint) - **Javascript** (eslint)(standard) +- **Dockerfile** (dockerfilelint) ## How to use To use this **GitHub** Action you will need to complete the following: @@ -120,6 +121,9 @@ The super-linter allows you to pass the following `ENV` variables to be able to - **ANSIBLE_DIRECTORY** - Default: `/ansible` - Flag to set the root directory for Ansible file location(s) +- **VALIDATE_DOCKER** + - Default: `true` + - Flag to enable or disable the linting process of the language ## Docker Hub The **Docker** container that is built from this repository is located at `https://cloud.docker.com/u/admiralawkbar/repository/docker/admiralawkbar/super-linter`