Skip to content

Commit

Permalink
Merge pull request #49 from viccuad/artifacthub
Browse files Browse the repository at this point in the history
chore: Add artifacthub-repo.yml, expand metadata.yml
  • Loading branch information
viccuad authored Jun 10, 2024
2 parents 3dc5b0e + 8d1c0dd commit 69da28f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions artifacthub-repo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
repositoryID: 661b44bc-a412-4f97-91b9-ae9db548bda4
owners:
- name: Kubewarden developers
email: [email protected]
9 changes: 8 additions & 1 deletion metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,21 @@ contextAwareResources:
- apiVersion: v1
kind: Namespace
executionMode: wasi
# Consider the policy for the background audit scans. Default is true. Note the
# intrinsic limitations of the background audit feature on docs.kubewarden.io;
# If your policy hits any limitations, set to false for the audit feature to
# skip this policy and not generate false positives.
backgroundAudit: true
annotations:
io.kubewarden.policy.title: cel-policy
io.artifacthub.displayName: CEL Policy
io.artifacthub.resources: Any
io.artifacthub.keywords: compliance
io.artifacthub.keywords: compliance, CEL, ValidatingAdmissionPolicy, Common Expression Language
io.kubewarden.policy.description: A policy that evaluates CEL expressions
io.kubewarden.policy.author: "Kubewarden developers <[email protected]>"
io.kubewarden.policy.ociUrl: ghcr.io/kubewarden/policies/cel-policy
io.kubewarden.policy.url: https://github.com/kubewarden/cel-policy
io.kubewarden.policy.source: https://github.com/kubewarden/cel-policy
io.kubewarden.policy.license: Apache-2.0
# io.kubewarden.policy.category: CEL metapolicy
# io.kubewarden.policy.severity: medium # one of info, low, medium, high, critical. See docs.

0 comments on commit 69da28f

Please sign in to comment.