Skip to content

Commit bccfac1

Browse files
committed
Update links
The repository has been renamed, update all the references to it.
1 parent 13f950f commit bccfac1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Continuous integration | License
33
-----------------------|--------
4-
![Continuous integration](https://github.com/kubewarden/psp-allow-privilege-escalation/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)
4+
![Continuous integration](https://github.com/kubewarden/allow-privilege-escalation-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)
55

66
This Kubewarden Policy is a replacement for the Kubernetes Pod Security Policy
77
that limits the usage of the [`allowPrivilegeEscalation`](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/).

hub.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: psp-allow-privilege-escalation
22
description: A Pod Security Policy that controls usage of `allowPrivilegeEscalation`
3-
homepage: https://github.com/kubewarden/psp-allow-privilege-escalation
3+
homepage: https://github.com/kubewarden/allow-privilege-escalation-psp-policy
44
author:
55
name: Kubewarden devs
66
homepage: https://github.com/kubewarden
77
download:
88
registry: ghcr.io/kubewarden/policies/psp-allow-privilege-escalation:__TAG__
9-
url: https://github.com/kubewarden/psp-allow-privilege-escalation/releases/download/__TAG__/policy.wasm
9+
url: https://github.com/kubewarden/allow-privilege-escalation-psp-policy/releases/download/__TAG__/policy.wasm
1010
keywords:
1111
- PSP
1212
- Container

metadata.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ annotations:
99
io.kubewarden.policy.title: psp-allow-privilege-escalation
1010
io.kubewarden.policy.description: Replacement for the Kubernetes Pod Security Policy that controls the allowance of privilege escalation in containers and init containers of a pod
1111
io.kubewarden.policy.author: Flavio Castelli
12-
io.kubewarden.policy.url: https://github.com/kubewarden/psp-allow-privilege-escalation
13-
io.kubewarden.policy.source: https://github.com/kubewarden/psp-allow-privilege-escalation
12+
io.kubewarden.policy.url: https://github.com/kubewarden/allow-privilege-escalation-psp-policy
13+
io.kubewarden.policy.source: https://github.com/kubewarden/allow-privilege-escalation-psp-policy
1414
io.kubewarden.policy.license: Apache-2.0
1515
io.kubewarden.policy.usage: |
1616
This policy works by inspecting the containers and init containers of a Pod.

0 commit comments

Comments
 (0)