diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c734dc5..56fea28 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: test: name: run tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v2.0.4 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.0 release: needs: test @@ -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.0.4 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.1.0 with: oci-target: ghcr.io/${{ github.repository_owner }}/policies/verify-image-signatures diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 25c83ac..cbd78bd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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.0.4 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.0 diff --git a/Cargo.lock b/Cargo.lock index 8a6e416..fcbd569 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1057,7 +1057,7 @@ dependencies = [ [[package]] name = "verify-image-signatures" -version = "0.2.5" +version = "0.2.6" dependencies = [ "anyhow", "k8s-openapi", diff --git a/Cargo.toml b/Cargo.toml index facc65a..d3f0c32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "verify-image-signatures" -version = "0.2.5" +version = "0.2.6" authors = ["raulcabello ","viccuad "] edition = "2018" diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index d022e79..97427a2 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -4,16 +4,16 @@ # # This config can be saved to its default location with: # kwctl scaffold artifacthub > artifacthub-pkg.yml -version: 0.2.5 +version: 0.2.6 name: verify-image-signatures displayName: Verify Image Signatures -createdAt: 2023-03-20T16:22:16.735451434Z +createdAt: 2023-03-24T16:18:04.159529845Z 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 containersImages: - name: policy - image: ghcr.io/kubewarden/policies/verify-image-signatures:v0.2.5 + image: ghcr.io/kubewarden/policies/verify-image-signatures:v0.2.6 keywords: - pod - signature @@ -21,13 +21,13 @@ keywords: - trusted links: - name: policy - url: https://github.com/kubewarden/verify-image-signatures/releases/download/v0.2.5/policy.wasm + url: https://github.com/kubewarden/verify-image-signatures/releases/download/v0.2.6/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 + kwctl pull ghcr.io/kubewarden/policies/verify-image-signatures:v0.2.6 ``` maintainers: - name: Kubewarden developers diff --git a/metadata.yml b/metadata.yml index cf0fbab..1351949 100644 --- a/metadata.yml +++ b/metadata.yml @@ -12,7 +12,6 @@ annotations: io.artifacthub.resources: Pod io.artifacthub.keywords: pod, signature, sigstore, trusted io.kubewarden.policy.ociUrl: ghcr.io/kubewarden/policies/verify-image-signatures - # io.kubewarden.hidden-ui: "true" # 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