Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/kube-linter-config.yaml
Original file line number Diff line number Diff line change
@@ -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: []
Loading