From 111a76879ba5917a83becc211110dd4130c4fae0 Mon Sep 17 00:00:00 2001 From: Luca Guerra Date: Thu, 21 Sep 2023 13:16:25 +0000 Subject: [PATCH] update(falco): bundle rules 2.0.0 Signed-off-by: Luca Guerra --- cmake/modules/rules.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/modules/rules.cmake b/cmake/modules/rules.cmake index 2e996525..0ae84eef 100644 --- a/cmake/modules/rules.cmake +++ b/cmake/modules/rules.cmake @@ -16,8 +16,8 @@ include(GNUInstallDirs) include(ExternalProject) # falco_rules.yaml -set(FALCOSECURITY_RULES_FALCO_VERSION "falco-rules-2.0.0-rc1") -set(FALCOSECURITY_RULES_FALCO_CHECKSUM "SHA256=1e5cda24238bb33e7fdb55a523d39fe8eac3978822fca9ce073c6bd537b86ecf") +set(FALCOSECURITY_RULES_FALCO_VERSION "falco-rules-2.0.0") +set(FALCOSECURITY_RULES_FALCO_CHECKSUM "SHA256=48b6c5ae7a619a320eb51dbe036d1bc78622ab692956c9493390678874757b32") set(FALCOSECURITY_RULES_FALCO_PATH "${PROJECT_BINARY_DIR}/falcosecurity-rules-falco-prefix/src/falcosecurity-rules-falco/falco_rules.yaml") ExternalProject_Add( falcosecurity-rules-falco