File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
2
2
Continuous integration | License
3
3
-----------------------|--------
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 )
5
5
6
6
This Kubewarden Policy is a replacement for the Kubernetes Pod Security Policy
7
7
that limits the usage of the [ ` allowPrivilegeEscalation ` ] ( https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ ) .
Original file line number Diff line number Diff line change 1
1
name : psp-allow-privilege-escalation
2
2
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
4
4
author :
5
5
name : Kubewarden devs
6
6
homepage : https://github.com/kubewarden
7
7
download :
8
8
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
10
10
keywords :
11
11
- PSP
12
12
- Container
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ annotations:
9
9
io.kubewarden.policy.title : psp-allow-privilege-escalation
10
10
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
11
11
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
14
14
io.kubewarden.policy.license : Apache-2.0
15
15
io.kubewarden.policy.usage : |
16
16
This policy works by inspecting the containers and init containers of a Pod.
You can’t perform that action at this time.
0 commit comments