disable run-as-non-root lint check
Some checks failed
Check Kubernetes YAMLs / scan (push) Failing after 18s
Some checks failed
Check Kubernetes YAMLs / scan (push) Failing after 18s
This commit is contained in:
parent
3146a164a3
commit
937b11ca35
@ -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
|
kube-linter lint .kubernetes/apps --run-as-non-root=false
|
||||||
|
@ -62,11 +62,3 @@ Don't forget to give the project a star! Thanks again!
|
|||||||
|
|
||||||
<!-- MARKDOWN LINKS & IMAGES -->
|
<!-- MARKDOWN LINKS & IMAGES -->
|
||||||
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
|
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
|
||||||
|
|
||||||
[fluxcd]: https://fluxcd.io
|
|
||||||
[k8s]: https://kubernetes.io
|
|
||||||
[helm]: https://helm.sh
|
|
||||||
[traefik]: https://traefik.io
|
|
||||||
[cert-manager]: https://cert-manager.io
|
|
||||||
[metallb]: https://metallb.org
|
|
||||||
[nfs]: https://nfs.fascinated.cc
|
|
||||||
|
@ -20,7 +20,6 @@ spec:
|
|||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
runAsNonRoot: true
|
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
resources:
|
resources:
|
||||||
|
Reference in New Issue
Block a user