From f062d593dcb99a6596f328cfbe5399f17c10b728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Cuadrado=20Juan?= Date: Fri, 24 Jun 2022 13:10:28 +0200 Subject: [PATCH] TOAMEND build: Consume kubewarden-policy-sdk Contains needed GHA changes. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e8709af8..03ed911d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ dns-lookup = "1.0.8" json-patch = "0.2.6" kube = { version = "0.73.1", default-features = false, features = ["client", "rustls-tls"] } k8s-openapi = { version = "0.15.0", default-features = false } -kubewarden-policy-sdk = "0.6.0" +kubewarden-policy-sdk = { git = "https://github.com/viccuad/policy-sdk-rust", branch = "gha" } lazy_static = "1.4.0" policy-fetcher = { git = "https://github.com/kubewarden/policy-fetcher", tag = "v0.7.8" } serde_json = "1.0"