Skip to content

Commit

Permalink
Improvements to kube-linter plugin (#1438)
Browse files Browse the repository at this point in the history
- Lint the entire directory all at once
- If kube-linter exits with a "success" exit code but no stdout, treat
it as a Lint Error rather than invoking the parser (which would crash
due to trying to parse a blank string)
  • Loading branch information
brynary authored Jan 17, 2025
1 parent 7ad29f7 commit 1b6a9f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qlty-plugins/plugins/linters/kube-linter/plugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ output = "stdout"
output_format = "sarif"
output_category = "vulnerability"
output_level = "medium"
missing_output_as_error = true
target = { type = "literal", path = "." }

0 comments on commit 1b6a9f2

Please sign in to comment.