From 912709b3ca07f1ece2b095101579d5c53449fa02 Mon Sep 17 00:00:00 2001 From: Leonardo Grasso Date: Fri, 9 Sep 2022 17:34:29 +0200 Subject: [PATCH] wip: testing Falco 0.32.2 with `mitigation/falco/issue/1909` branch of libs Signed-off-by: Leonardo Grasso --- cmake/modules/falcosecurity-libs.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index 28acef7a..efa81de5 100644 --- a/cmake/modules/falcosecurity-libs.cmake +++ b/cmake/modules/falcosecurity-libs.cmake @@ -27,8 +27,8 @@ else() # In case you want to test against another falcosecurity/libs version (or branch, or commit) just pass the variable - # ie., `cmake -DFALCOSECURITY_LIBS_VERSION=dev ..` if(NOT FALCOSECURITY_LIBS_VERSION) - set(FALCOSECURITY_LIBS_VERSION "test/fix/falco/1909") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=f7e21f58638e9fc3deac9aaaab999ed5949f9ebd85d0aa88a10aee129c673f54") + set(FALCOSECURITY_LIBS_VERSION "mitigation/falco/issue/1909") + set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=f4da423854186cbb908d5c1af727130d9e9f1bddcf9ffcbb2c828bc862b2d0b4") endif() # cd /path/to/build && cmake /path/to/source