Skip to content

Commit

Permalink
Pull in automatic changes during the provider builds (#4545)
Browse files Browse the repository at this point in the history
The build process updates this file

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 authored Aug 13, 2024
1 parent e20a848 commit 6ebf53d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions providers/k8s/resources/k8s.lr.manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: {}
Expand Down

0 comments on commit 6ebf53d

Please sign in to comment.