-
Notifications
You must be signed in to change notification settings - Fork 9
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 #66 from viccuad/main
ci: Consume [email protected]
- Loading branch information
Showing
5 changed files
with
13 additions
and
13 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
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
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
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
version: 0.2.5 | ||
name: verify-image-signatures | ||
displayName: Verify Image Signatures | ||
createdAt: 2023-03-15T12:35:27.787596932Z | ||
createdAt: 2023-03-20T16:22:16.735451434Z | ||
description: A Kubewarden Policy that verifies all the signatures of the container images referenced by a Pod | ||
license: Apache-2.0 | ||
homeURL: https://github.com/kubewarden/verify-image-signatures | ||
|
@@ -24,17 +24,19 @@ links: | |
url: https://github.com/kubewarden/verify-image-signatures/releases/download/v0.2.5/policy.wasm | ||
- name: source | ||
url: https://github.com/kubewarden/verify-image-signatures | ||
install: | | ||
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl): | ||
```console | ||
kwctl pull ghcr.io/kubewarden/policies/verify-image-signatures:v0.2.5 | ||
``` | ||
maintainers: | ||
- name: Raul Cabello Martin | ||
email: [email protected] | ||
- name: Victor Cuadrado Juan | ||
email: [email protected] | ||
- name: Kubewarden developers | ||
email: [email protected] | ||
provider: | ||
name: kubewarden | ||
recommendations: | ||
- url: https://artifacthub.io/packages/helm/kubewarden/kubewarden-controller | ||
annotations: | ||
kubewarden/contextAware: 'false' | ||
kubewarden/mutation: 'true' | ||
kubewarden/questions-ui: | | ||
questions: | ||
|
@@ -261,4 +263,3 @@ annotations: | |
operations: | ||
- CREATE | ||
- UPDATE | ||
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ annotations: | |
# rest | ||
io.kubewarden.policy.title: verify-image-signatures | ||
io.kubewarden.policy.description: A Kubewarden Policy that verifies all the signatures of the container images referenced by a Pod | ||
io.kubewarden.policy.author: "Raul Cabello Martin <[email protected]>, Victor Cuadrado Juan <[email protected]>" | ||
io.kubewarden.policy.author: "Kubewarden developers <[email protected]>" | ||
io.kubewarden.policy.url: https://github.com/kubewarden/verify-image-signatures | ||
io.kubewarden.policy.source: https://github.com/kubewarden/verify-image-signatures | ||
io.kubewarden.policy.license: Apache-2.0 |