From 6ebf53d5904e8fbf48782b3df07f07ed01aa10e3 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 13 Aug 2024 00:30:57 -0700 Subject: [PATCH] Pull in automatic changes during the provider builds (#4545) The build process updates this file Signed-off-by: Tim Smith --- providers/k8s/resources/k8s.lr.manifest.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/providers/k8s/resources/k8s.lr.manifest.yaml b/providers/k8s/resources/k8s.lr.manifest.yaml index cbcc14fd34..94dfb58bc3 100755 --- a/providers/k8s/resources/k8s.lr.manifest.yaml +++ b/providers/k8s/resources/k8s.lr.manifest.yaml @@ -45,8 +45,12 @@ resources: platform: name: - kubernetes + refs: + - title: Kubernetes Documentation + url: https://kubernetes.io/docs/home/ snippets: - - query: k8s.pods { containers.where(securityContext["privileged"] == true) name } + - query: k8s.pods { containers.where(securityContext["privileged"] == true) name + } title: List kubernetes pods with privileged containers - query: k8s.pods.all( namespace != "default") title: Check if the default namespace is used @@ -62,9 +66,6 @@ resources: title: Query pod security policies - query: k8s.networkPolicies { name manifest } title: Query network policies - refs: - - title: Kubernetes Documentation - url: https://kubernetes.io/docs/home/ k8s.admissionrequest: fields: name: {}