generated from kubewarden/go-policy-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
metadata.yml
28 lines (28 loc) · 953 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:
- '*'
resources:
- '*'
operations:
- CREATE
- UPDATE
mutating: false
contextAware: false
backgroundAudit: false
annotations:
# artifacthub specific
io.artifacthub.displayName: Safe Labels
io.artifacthub.resources: '*'
io.artifacthub.keywords: labels
# kubewarden specific
io.kubewarden.policy.ociUrl: ghcr.io/kubewarden/policies/safe-labels
io.kubewarden.policy.title: safe-labels
io.kubewarden.policy.description: A policy that validates Kubernetes' resource labels
io.kubewarden.policy.author: Kubewarden developers <cncf-kubewarden-maintainers@lists.cncf.io>
io.kubewarden.policy.url: https://github.com/kubewarden/safe-labels-policy
io.kubewarden.policy.source: https://github.com/kubewarden/safe-labels-policy
io.kubewarden.policy.license: Apache-2.0
io.kubewarden.policy.category: Resource validation
io.kubewarden.policy.severity: low