Skip to content

Commit 9762e82

Browse files
committed
feat: update policy-evaluator enabling OCI image capability.
Updates the Cargo files pointing to the policy-evaluator version with the new capability to allow users to fetch OCI image manifest. Signed-off-by: José Guilherme Vanz <jguilhermevanz@suse.com>
1 parent 1ed85cb commit 9762e82

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

Cargo.lock

+14-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ opentelemetry = { version = "0.21", default-features = false, features = [
2828
] }
2929
opentelemetry_sdk = { version = "0.21", features = ["rt-tokio"] }
3030
procfs = "0.16"
31-
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.14.2" }
31+
policy-evaluator = { git = "https://github.com/jvanz/policy-evaluator", branch = "image_manifest_capability" }
3232
rayon = "1.8"
3333
serde_json = "1.0"
3434
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)