-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de>
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Rego policies library | ||
|
||
This repository contains a collection of Rego policies that can be used with | ||
Kubewarden to enforce security and compliance best practices. | ||
|
||
These policies have been adapted from https://github.com/weaveworks/policy-library. | ||
Weaveworks has been a pioneer in the field of Kubernetes security and compliance and | ||
transitioned to a community-driven project with the closure of their company. | ||
We thank Weaveworks and their contributors for their work on these policies. | ||
|
||
The policies are organized as: | ||
- `policies/`: Production ready, tested policies, released via tags to | ||
`ghcr.io/kubewarden/policies` and artifacthub.io. | ||
- `staging/`: Policies under evaluation, not yet released. | ||
|
||
## Releasing a policy | ||
|
||
Push a new tag with the pattern `PolicyName/vX.Y.Z`. The release job will test, | ||
build and push the policy to `ghcr.io/kubewarden/policies`, create the | ||
corresponding GH release, as well as updating the `artifacthub` branch in this | ||
repository. |