disable run-as-non-root lint check
Some checks failed
Check Kubernetes YAMLs / scan (push) Failing after 18s

This commit is contained in:
Lee
2024-09-23 10:21:44 +01:00
parent 3146a164a3
commit 937b11ca35
3 changed files with 11 additions and 20 deletions

View File

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