From 6579ef07c5e0a867a8defcda1652107f14c4793a Mon Sep 17 00:00:00 2001 From: Nicolas Vuillamy Date: Wed, 30 Mar 2022 23:34:36 +0200 Subject: [PATCH] Add info about MegaLinter integration --- Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Readme.md b/Readme.md index b9ac181..7598033 100644 --- a/Readme.md +++ b/Readme.md @@ -235,6 +235,12 @@ bandwidth costs might be applicable. Since bandwidth from Github Packages within Github Container Registry to also be usable for free within Github Actions in the future. If that were not to be the case, I might publish the Docker image to a different platform. +### Usage in MegaLinter + +kubeconform is [natively included](https://megalinter.github.io/beta/descriptors/kubernetes_kubeconform/) within the **89** linters of [**MegaLinter**](https://megalinter.github.io/) + +To install MegaLinter, just run `npx mega-linter-runner --install` in your repository, or follow [installations instructions](https://megalinter.github.io/beta/installation/) + ### Proxy support Kubeconform will respect the HTTPS_PROXY variable when downloading schema files.