now !
This commit is contained in:
parent
937b11ca35
commit
1fa9465b40
@ -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
4
kubelinter-config.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
checks:
|
||||||
|
runAsNonRoot: false # Disable the check for running as root
|
||||||
|
include: []
|
||||||
|
exclude: []
|
Reference in New Issue
Block a user