Skip to content

Commit

Permalink
Merge pull request #66 from viccuad/main
Browse files Browse the repository at this point in the history
ci: Consume [email protected]
  • Loading branch information
viccuad authored Mar 20, 2023
2 parents fc66879 + f3a939f commit 8226a65
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

test:
name: run tests and linters
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v2
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v2.0.4

release:
needs: test
Expand All @@ -23,6 +23,6 @@ jobs:
# Required by cosign keyless signing
id-token: write

uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v2
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v2.0.4
with:
oci-target: ghcr.io/${{ github.repository_owner }}/policies/verify-image-signatures
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: Continuous integration
jobs:
test:
name: run tests and linters
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v2
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v2.0.4
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ policy.wasm: $(SOURCE_FILES) Cargo.*

artifacthub-pkg.yml: metadata.yml Cargo.toml
kwctl scaffold artifacthub --metadata-path metadata.yml --version $(VERSION) \
--questions-path questions-ui.yml > artifacthub-pkg.yml.tmp || rm -f artifacthub-pkg.yml.tmp
mv artifacthub-pkg.yml.tmp artifacthub-pkg.yml
--questions-path questions-ui.yml --output artifacthub-pkg.yml

annotated-policy.wasm: policy.wasm metadata.yml artifacthub-pkg.yml
kwctl annotate -m metadata.yml -u README.md -o annotated-policy.wasm policy.wasm
Expand Down
15 changes: 8 additions & 7 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down Expand Up @@ -261,4 +263,3 @@ annotations:
operations:
- CREATE
- UPDATE
2 changes: 1 addition & 1 deletion metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8226a65

Please sign in to comment.