Skip to content

Commit

Permalink
Rename policy and fix metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
flavio committed Nov 26, 2021
1 parent b16b745 commit a35f139
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hub.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: psp-user-group
description: A Pod Security Policy that controls the container user and groups
homepage: https://github.com/kubewarden/psp-user-group
homepage: https://github.com/kubewarden/user-group-psp-policy
author:
name: Kubewarden devs
homepage: https://github.com/kubewarden
download:
# Important: leave the __TAG__ around: this is automatically replaced with the value of the git tag
registry: ghcr.io/kubewarden/policies/psp-user-group:__TAG__
# url is optional
url: https://github.com/kubewarden/psp-user-group/releases/download/__TAG__/policy.wasm
url: https://github.com/kubewarden/user-group-psp-policy/releases/download/__TAG__/policy.wasm
keywords:
- PSP
- Container
Expand Down
4 changes: 2 additions & 2 deletions metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ annotations:
io.kubewarden.policy.title: psp-user-group
io.kubewarden.policy.description: Short description
io.kubewarden.policy.author: José Guilherme Vanz <[email protected]>
io.kubewarden.policy.url: https://github.com/kubewarden/psp-user-group
io.kubewarden.policy.source: https://github.com/kubewarden/psp-user-group
io.kubewarden.policy.url: https://github.com/kubewarden/user-group-psp-policy
io.kubewarden.policy.source: https://github.com/kubewarden/user-group-psp-policy
io.kubewarden.policy.license: Apache-2.0
io.kubewarden.policy.usage: |
This policy enforce the user and group used in the container.

0 comments on commit a35f139

Please sign in to comment.