Skip to content

Commit

Permalink
Merge pull request #73 from viccuad/main
Browse files Browse the repository at this point in the history
chore: Bump rust edition to 2021
  • Loading branch information
viccuad authored May 23, 2023
2 parents 8ea40a4 + 23d68f0 commit 3745e16
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "verify-image-signatures"
version = "0.2.6"
authors = ["raulcabello <[email protected]>","viccuad <[email protected]>"]
edition = "2018"
version = "0.2.7"
authors = ["Raul Cabello <[email protected]>","Víctor Cuadrado <[email protected]>"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
10 changes: 5 additions & 5 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,30 @@
#
# This config can be saved to its default location with:
# kwctl scaffold artifacthub > artifacthub-pkg.yml
version: 0.2.6
version: 0.2.7
name: verify-image-signatures
displayName: Verify Image Signatures
createdAt: 2023-03-24T16:18:04.159529845Z
createdAt: 2023-05-22T09:45:33.188343425Z
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.6
image: ghcr.io/kubewarden/policies/verify-image-signatures:v0.2.7
keywords:
- pod
- signature
- sigstore
- trusted
links:
- name: policy
url: https://github.com/kubewarden/verify-image-signatures/releases/download/v0.2.6/policy.wasm
url: https://github.com/kubewarden/verify-image-signatures/releases/download/v0.2.7/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.6
kwctl pull ghcr.io/kubewarden/policies/verify-image-signatures:v0.2.7
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit 3745e16

Please sign in to comment.