generated from kubewarden/go-policy-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
metadata.yml
27 lines (27 loc) · 937 Bytes
/
metadata.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
rules:
- apiGroups:
- ''
apiVersions:
- v1
resources:
- pods
operations:
- CREATE
mutating: false
contextAware: false
annotations:
#artifacthub specific
io.artifacthub.displayName: Hostpaths PSP
io.artifacthub.resources: Pod
io.artifacthub.keywords: psp, hostpaths, pod
# kubewarden specific
io.kubewarden.policy.ociUrl: ghcr.io/kubewarden/policies/hostpaths-psp
io.kubewarden.policy.title: hostpaths-psp
io.kubewarden.policy.description: A Pod Security Policy that controls usage of hostPath
volumes
io.kubewarden.policy.author: Kubewarden developers <[email protected]>
io.kubewarden.policy.url: https://github.com/kubewarden/hostpaths-psp-policy
io.kubewarden.policy.source: https://github.com/kubewarden/hostpaths-psp-policy
io.kubewarden.policy.license: Apache-2.0
io.kubewarden.policy.category: PSP
io.kubewarden.policy.severity: medium