Skip to content

Commit

Permalink
Merge pull request #250 from raulcabello/bump
Browse files Browse the repository at this point in the history
fix: keyless image verification
  • Loading branch information
raulcabello authored Jun 24, 2022
2 parents ccda18a + e73cb5a commit 26cf814
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kwctl"
description = "Tool to manage Kubewarden policies"
version = "1.0.0"
version = "1.0.1"
authors = [
"Kubewarden Developers <[email protected]>"
]
Expand All @@ -18,7 +18,7 @@ itertools = "0.10.3"
k8s-openapi = { version = "0.15.0", default-features = false, features = ["v1_24"] }
lazy_static = "1.4.0"
mdcat = "0.27.1"
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.4.1" }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.4.2" }
pretty-bytes = "0.2.2"
prettytable-rs = "^0.8"
pulldown-cmark = { version = "0.9.1", default-features = false }
Expand Down

0 comments on commit 26cf814

Please sign in to comment.