From 156105d0dd0b01498b0fb82624610d2ab2fd1c63 Mon Sep 17 00:00:00 2001 From: keiailab Date: Wed, 10 Jun 2026 18:42:28 +0900 Subject: [PATCH] fix(ci): enable kube-linter default checks Signed-off-by: keiailab --- .github/kube-linter-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/kube-linter-config.yaml b/.github/kube-linter-config.yaml index 628f2bd3..5900a6dc 100644 --- a/.github/kube-linter-config.yaml +++ b/.github/kube-linter-config.yaml @@ -1,7 +1,7 @@ -# Initial kube-linter config — chart 의 production-grade security baseline 충족 -# 까지 default rules 비활성 (follow-up PR 으로 chart templates 의 security -# context / probes / capabilities drop / resources 추가 후 rules 점진 활성). +# kube-linter default checks are intentionally enabled. +# +# Do not set `doNotAutoAddDefaults: true` here. An empty include list with +# defaults disabled produces an empty SARIF file, which makes the upload-sarif +# step fail before GitHub can show the actual chart findings. checks: - doNotAutoAddDefaults: true - include: [] exclude: []