From 25927d68ac576b86da4e9715946b56a303c1f193 Mon Sep 17 00:00:00 2001 From: Flavio Castelli Date: Sat, 27 Nov 2021 08:01:00 +0100 Subject: [PATCH] Update link The repository has been renamed, update links pointing to the old location --- README.md | 2 +- hub.yml | 4 ++-- metadata.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 82cd074..e0dceca 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Continuous integration | License -----------------------|-------- -![Continuous integration](https://github.com/kubewarden/psp-apparmor/workflows/Continuous%20integration/badge.svg) | [![License: Apache 2.0](https://img.shields.io/badge/License-Apache2.0-brightgreen.svg)](https://opensource.org/licenses/Apache-2.0) +![Continuous integration](https://github.com/kubewarden/apparmor-psp-policy/workflows/Continuous%20integration/badge.svg) | [![License: Apache 2.0](https://img.shields.io/badge/License-Apache2.0-brightgreen.svg)](https://opensource.org/licenses/Apache-2.0) This Kubewarden Policy is a replacement for the Kubernetes Pod Security Policy diff --git a/hub.yml b/hub.yml index 38859c1..569a3a4 100644 --- a/hub.yml +++ b/hub.yml @@ -1,12 +1,12 @@ name: psp-apparmor description: A Pod Security Policy that controls usage of AppArmor profiles -homepage: https://github.com/kubewarden/psp-apparmor +homepage: https://github.com/kubewarden/apparmor-psp-policy author: name: Kubewarden devs homepage: https://github.com/kubewarden download: registry: ghcr.io/kubewarden/policies/psp-apparmor:__TAG__ - url: https://github.com/kubewarden/psp-apparmor/releases/download/__TAG__/policy.wasm + url: https://github.com/kubewarden/apparmor-psp-policy/releases/download/__TAG__/policy.wasm keywords: - PSP - AppArmor diff --git a/metadata.yml b/metadata.yml index 38f3f61..2adcfe3 100644 --- a/metadata.yml +++ b/metadata.yml @@ -9,8 +9,8 @@ annotations: 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: Flavio Castelli - io.kubewarden.policy.url: https://github.com/kubewarden/psp-apparmor - io.kubewarden.policy.source: https://github.com/kubewarden/psp-apparmor + 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.usage: | This policy works by defining a whitelist of allowed AppArmor profiles. Pods are then inspected at creation and update time, to ensure only approved profiles are used.