Add info about MegaLinter integration

This commit is contained in:
Nicolas Vuillamy 2022-03-30 23:34:36 +02:00 committed by GitHub
parent 932b35d71f
commit 6579ef07c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.