Skip to content

Commit

Permalink
Update link
Browse files Browse the repository at this point in the history
The repository has been renamed, update links pointing to the old
location
  • Loading branch information
flavio committed Nov 27, 2021
1 parent fc3b67a commit 25927d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions hub.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 25927d6

Please sign in to comment.