We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--format
1 parent d9ff5bb commit aee5173Copy full SHA for aee5173
docs/using-kubelinter.md
@@ -27,6 +27,12 @@ kube-linter lint /path/to/directory/containing/Chart.yaml-file/
27
28
<!-- tabs:end -->
29
30
+
31
+> [!NOTE] To get structured output, use the `--format` option.
32
+> For example,
33
+> - Use `--format=json` to get the output in JSON format.
34
+> - Use `--format=sarif` to get the output in the [SARIF spec](https://github.com/microsoft/sarif-tutorials).
35
36
## Using KubeLinter with the pre-commit framework
37
38
If you are using the [pre-commit framework](https://pre-commit.com/) for
0 commit comments