From 010f6c6a9ef509ba5988d47c4f5741e1c61b5aff Mon Sep 17 00:00:00 2001 From: Jason Dellaluce Date: Fri, 17 Feb 2023 11:36:37 +0000 Subject: [PATCH] update(userspace/engine): bump fields checksum Signed-off-by: Jason Dellaluce --- userspace/engine/falco_engine_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/engine/falco_engine_version.h b/userspace/engine/falco_engine_version.h index 5676cf5f..e1dfc592 100644 --- a/userspace/engine/falco_engine_version.h +++ b/userspace/engine/falco_engine_version.h @@ -21,4 +21,4 @@ limitations under the License. // This is the result of running "falco --list -N | sha256sum" and // represents the fields supported by this version of Falco. It's used // at build time to detect a changed set of fields. -#define FALCO_FIELDS_CHECKSUM "cc9d32916c719ce5aea164cdadb56207cbeff20033e278b99101964be7aa77a1" +#define FALCO_FIELDS_CHECKSUM "f552e8b33856f675fff2ffe16a1abe72fc8cc1b0ca7c5b336914cc36b0ad6167"