diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c7f0ff13a..d2d451439 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,7 @@ jobs: path: kwctl-linux-${{ matrix.targetarch }}.zip - name: Install the syft command - uses: kubewarden/github-actions/syft-installer@d2860f29cebe0ee6650a18eaafb92fdddbd4d0b3 # v3.1.12 + uses: kubewarden/github-actions/syft-installer@62595740874cc9a40cb3246fabae81a2afc54a85 # v3.1.14 - name: Create SBOM file shell: bash @@ -135,7 +135,7 @@ jobs: path: kwctl-darwin-${{ matrix.targetarch }}.zip - name: Install the syft command - uses: kubewarden/github-actions/syft-installer@d2860f29cebe0ee6650a18eaafb92fdddbd4d0b3 # v3.1.12 + uses: kubewarden/github-actions/syft-installer@62595740874cc9a40cb3246fabae81a2afc54a85 # v3.1.14 with: arch: darwin_amd64 @@ -212,7 +212,7 @@ jobs: path: kwctl-windows-x86_64.exe.zip - name: Install the syft command - uses: kubewarden/github-actions/syft-installer@d2860f29cebe0ee6650a18eaafb92fdddbd4d0b3 # v3.1.12 + uses: kubewarden/github-actions/syft-installer@62595740874cc9a40cb3246fabae81a2afc54a85 # v3.1.14 with: arch: windows_amd64 diff --git a/Cargo.lock b/Cargo.lock index dadf69c87..f0d266827 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3654,9 +3654,9 @@ dependencies = [ [[package]] name = "pulldown-cmark-mdcat" -version = "2.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "268474d90ece24906adaf1d30e4586df3d9a641c6d3b7b32c4bab155f366e84c" +checksum = "1c2f7f7d9416a2402f566d67ac836aac2af8d80b96981de9162fe5e209650931" dependencies = [ "anstyle", "base64 0.21.7", diff --git a/Cargo.toml b/Cargo.toml index e045392db..f48bd6db0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ k8s-openapi = { version = "0.20.0", default-features = false, features = [ "v1_28", ] } lazy_static = "1.4.0" -pulldown-cmark-mdcat = { version = "2.1.0", default-features = false, features = [ +pulldown-cmark-mdcat = { version = "2.1.1", default-features = false, features = [ "regex-fancy", ] } policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.14.0" }