From a018132908001e031bc4bf06ca1b27712a047ce2 Mon Sep 17 00:00:00 2001 From: Leonardo Grasso Date: Thu, 25 Jan 2024 12:22:08 +0100 Subject: [PATCH] update(cmake/modules): bump Falco rules to 3.0 Signed-off-by: Leonardo Grasso --- 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 9ed29b4f5ed..1d057f77d43 100644 --- a/cmake/modules/rules.cmake +++ b/cmake/modules/rules.cmake @@ -1,6 +1,6 @@ # SPDX-License-Identifier: Apache-2.0 # -# Copyright (C) 2023 The Falco Authors. +# Copyright (C) 2024 The Falco Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at @@ -16,7 +16,7 @@ include(GNUInstallDirs) include(ExternalProject) # falco_rules.yaml -set(FALCOSECURITY_RULES_FALCO_VERSION "falco-rules-3.0.0-rc1") +set(FALCOSECURITY_RULES_FALCO_VERSION "falco-rules-3.0.0") set(FALCOSECURITY_RULES_FALCO_CHECKSUM "SHA256=2e91799fee49c2daf58fb482e47410a21433eb116e02cde18206f7af87449ddb") set(FALCOSECURITY_RULES_FALCO_PATH "${PROJECT_BINARY_DIR}/falcosecurity-rules-falco-prefix/src/falcosecurity-rules-falco/falco_rules.yaml") ExternalProject_Add(