You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
|**Kubernetes**|[Checkov](https://www.checkov.io/),[Trivy](https://trivy.dev/)| See YAML formatters|
88
+
|**Kubernetes**|[Checkov](https://www.checkov.io/),[Trivy](https://trivy.dev/),[kubeconform](https://github.com/yannh/kubeconform)| See YAML formatters|
@@ -298,6 +298,7 @@ You can configure Super-linter using the following environment variables:
298
298
|**JAVA_FILE_NAME**|`sun_checks.xml`| Filename for[Checkstyle configuration](https://checkstyle.sourceforge.io/config.html). Checkstyle embeds several configuration files, such as`sun_checks.xml`,`google_checks.xml` that you can use without providing your own configuration file.|
|**JSCPD_CONFIG_FILE**|`.jscpd.json`| Filename for JSCPD configuration|
301
+
|**KUBERNETES_KUBECONFORM_OPTIONS**| not set| Additional arguments to pass to the command-line when running Kubeconform (Example:`--ignore-missing-schemas`)|
301
302
|**LINTER_RULES_PATH**|`.github/linters`| Directory for all linter configuration rules.|
302
303
|**LOG_FILE**|`super-linter.log`| The filename for outputting logs. Super-linter saves the log file to`${DEFAULT_WORKSPACE}/${LOG_FILE}`.|
303
304
|**LOG_LEVEL**|`INFO`| How much output the script will generate to the console. One of`ERROR`,`WARN`,`NOTICE`,`INFO`, or`DEBUG`.|
@@ -393,6 +394,7 @@ You can configure Super-linter using the following environment variables:
393
394
|**VALIDATE_JUPYTER_NBQA_PYLINT**|`true`| Flag to enable or disable the linting process of Jupyter Notebooks. (Utilizing: nbqa pylint)|
394
395
|**VALIDATE_JUPYTER_NBQA_RUFF**|`true`| Flag to enable or disable the linting process of Jupyter Notebooks. (Utilizing: nbqa ruff)|
395
396
|**VALIDATE_KOTLIN**|`true`| Flag to enable or disable the linting process of the Kotlin language.|
397
+
|**VALIDATE_KUBERNETES_KUBECONFORM**|`true`| Flag to enable or disable linting Kubernetes files using Kubeconform.|
396
398
|**VALIDATE_LATEX**|`true`| Flag to enable or disable the linting process of the LaTeX language.|
397
399
|**VALIDATE_LUA**|`true`| Flag to enable or disable the linting process of the language.|
398
400
|**VALIDATE_MARKDOWN**|`true`| Flag to enable or disable the linting process of the Markdown language.|