-
Notifications
You must be signed in to change notification settings - Fork 7
/
metadata.yml
57 lines (57 loc) · 1.51 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
rules:
- apiGroups:
- ""
apiVersions:
- v1
resources:
- pods
operations:
- CREATE
- apiGroups:
- ""
apiVersions:
- v1
resources:
- replicationcontrollers
operations:
- CREATE
- UPDATE
- apiGroups:
- "apps"
apiVersions:
- v1
resources:
- deployments
- replicasets
- statefulsets
- daemonsets
operations:
- CREATE
- apiGroups:
- "batch"
apiVersions:
- v1
resources:
- jobs
- cronjobs
operations:
- CREATE
mutating: true
contextAware: false
annotations:
# artifacthub specific
io.artifacthub.displayName: Capabilities PSP
io.artifacthub.resources: Pod,Deployment,ReplicaSet,StatefulSet,DaemonSet,Job,CronJob,ReplicationController
io.artifacthub.keywords: psp, container, capability, capabilities
# kubewarden specific
io.kubewarden.policy.ociUrl: ghcr.io/kubewarden/policies/capabilities-psp
io.kubewarden.policy.title: capabilities-psp
io.kubewarden.policy.description:
Replacement for the Kubernetes Pod Security Policy
that controls the usage of capabilities
io.kubewarden.policy.author: Kubewarden developers <[email protected]>
io.kubewarden.policy.url: https://github.com/kubewarden/capabilities-psp-policy
io.kubewarden.policy.source: https://github.com/kubewarden/capabilities-psp-policy
io.kubewarden.policy.license: Apache-2.0
io.kubewarden.policy.category: PSP
io.kubewarden.policy.severity: medium