This commit is contained in:
Lee 2024-09-23 10:25:21 +01:00
parent 937b11ca35
commit 1fa9465b40
2 changed files with 5 additions and 1 deletions

@ -37,4 +37,4 @@ jobs:
- name: Scan yaml files with kube-linter - name: Scan yaml files with kube-linter
run: | run: |
kube-linter lint .kubernetes/apps --run-as-non-root=false kube-linter lint .kubernetes/apps --config kubelinter-config.yaml

4
kubelinter-config.yaml Normal file

@ -0,0 +1,4 @@
checks:
runAsNonRoot: false # Disable the check for running as root
include: []
exclude: []