diff --git a/metadata.yml b/metadata.yml index 3e3d7c9..60399e9 100644 --- a/metadata.yml +++ b/metadata.yml @@ -1,8 +1,12 @@ rules: -- apiGroups: [""] - apiVersions: ["v1"] - resources: ["pods"] - operations: ["CREATE"] + - apiGroups: + - '' + apiVersions: + - v1 + resources: + - pods + operations: + - CREATE mutating: false contextAware: false annotations: @@ -10,11 +14,14 @@ annotations: io.artifacthub.displayName: Sysctl PSP io.artifacthub.resources: Pod io.artifacthub.keywords: sysctl, psp, pod + # kubewarden specific io.kubewarden.policy.ociUrl: ghcr.io/kubewarden/policies/sysctl-psp - # kubewarden specific: io.kubewarden.policy.title: sysctl-psp - io.kubewarden.policy.description: A Pod Security Policy that controls usage of sysctls in pods + io.kubewarden.policy.description: A Pod Security Policy that controls usage of sysctls + in pods io.kubewarden.policy.author: Kubewarden developers io.kubewarden.policy.url: https://github.com/kubewarden/sysctl-psp-policy io.kubewarden.policy.source: https://github.com/kubewarden/sysctl-psp-policy io.kubewarden.policy.license: Apache-2.0 + io.kubewarden.policy.category: PSP + io.kubewarden.policy.severity: medium