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