-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from viccuad/artifacthub
chore: Add artifacthub-repo.yml, expand metadata.yml
- Loading branch information
Showing
2 changed files
with
13 additions
and
1 deletion.
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,5 @@ | ||
--- | ||
repositoryID: 661b44bc-a412-4f97-91b9-ae9db548bda4 | ||
owners: | ||
- name: Kubewarden developers | ||
email: [email protected] |
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 |
---|---|---|
|
@@ -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. |