diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df37863..c847153 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: test: name: run tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.20 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.2.0 release: needs: test @@ -22,7 +22,7 @@ jobs: # Required by cosign keyless signing id-token: write - uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.1.20 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.2.0 with: oci-target: ghcr.io/${{ github.repository_owner }}/policies/allow-privilege-escalation-psp diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ca444ec..fde138c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,4 +5,4 @@ name: Continuous integration jobs: test: name: run tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.20 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.2.0 diff --git a/Cargo.lock b/Cargo.lock index 3ae35f7..cadc635 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -206,9 +206,9 @@ dependencies = [ [[package]] name = "kubewarden-policy-sdk" -version = "0.10.1" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daff4e5ae782161ae99181f8a93507540c48d4d74cd10929052d0bc4a622543d" +checksum = "a781889d9edf4575b0efb187cf16158973af14ff31b460a8abeeb593c815f817" dependencies = [ "anyhow", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index ddb85d7..a67eac3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ k8s-openapi = { version = "0.22.0", default_features = false, features = [ "v1_29", ] } serde_json = "1.0" -kubewarden-policy-sdk = "0.10.1" +kubewarden-policy-sdk = "0.11.0" [dev-dependencies] serde_yaml = "0.9"