diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 09bd956..f17ef23 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ name: Release policy jobs: test: name: run tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.4.5 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.4.6 release: needs: test @@ -22,6 +22,6 @@ jobs: # Required by cosign keyless signing id-token: write - uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.4.5 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.4.6 with: oci-target: ghcr.io/${{ github.repository_owner }}/policies/verify-image-signatures diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0185642..c1fd783 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,4 +3,4 @@ name: Continuous integration jobs: test: name: run tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.4.5 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.4.6 diff --git a/Cargo.lock b/Cargo.lock index 04bf35a..bd89976 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -485,9 +485,9 @@ dependencies = [ [[package]] name = "kubewarden-policy-sdk" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c8be8ac5470418e3f5505c59a98bd96fe7a4f7647d55b24eab5c56129974d38" +checksum = "b5b2bd012da95c9639411ecfd6af54586fc9851573def3feca06f276a5423aee" dependencies = [ "anyhow", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index c05626d..015b308 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ anyhow = "1.0" k8s-openapi = { version = "0.24.0", default-features = false, features = [ "v1_32", ] } -kubewarden-policy-sdk = "0.12.0" +kubewarden-policy-sdk = "0.13.0" lazy_static = "1.4" pem = "3.0.4" serde_json = "1.0"