-
Notifications
You must be signed in to change notification settings - Fork 3
/
metadata.yml
29 lines (29 loc) · 1010 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
28
29
rules:
- apiGroups:
- ''
apiVersions:
- v1
resources:
- pods
operations:
- CREATE
- UPDATE
mutating: true
contextAware: false
executionMode: kubewarden-wapc
annotations:
# artifacthub specific
io.artifacthub.displayName: Selinux PSP
io.artifacthub.resources: Pod
io.artifacthub.keywords: psp, container, runtime, selinux
# kubewarden specific
io.kubewarden.policy.ociUrl: ghcr.io/kubewarden/policies/selinux-psp
io.kubewarden.policy.title: selinux-psp
io.kubewarden.policy.description: Replacement for the Kubernetes Pod Security Policy
that controls the usage of SELinux
io.kubewarden.policy.author: Kubewarden developers <[email protected]>
io.kubewarden.policy.url: https://github.com/kubewarden/selinux-psp-policy
io.kubewarden.policy.source: https://github.com/kubewarden/selinux-psp-policy
io.kubewarden.policy.license: Apache-2.0
io.kubewarden.policy.category: PSP
io.kubewarden.policy.severity: medium