Skip to content

Commit

Permalink
TOAMEND build: Consume kubewarden-policy-sdk
Browse files Browse the repository at this point in the history
Contains needed GHA changes.
  • Loading branch information
viccuad committed Jun 24, 2022
1 parent da8ee16 commit f062d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f062d59

Please sign in to comment.