diff --git a/falco.yaml b/falco.yaml index 1e0857af..e7ef2b75 100644 --- a/falco.yaml +++ b/falco.yaml @@ -51,8 +51,8 @@ plugins: open_params: "http://:9765/k8s-audit" - name: cloudtrail library_path: libcloudtrail.so - init_config: - open_params: "" + # see docs for init_config and open_params: + # https://github.com/falcosecurity/plugins/blob/master/plugins/cloudtrail/README.md - name: json library_path: libjson.so diff --git a/userspace/falco/CMakeLists.txt b/userspace/falco/CMakeLists.txt index 00eeaba5..b3545a47 100644 --- a/userspace/falco/CMakeLists.txt +++ b/userspace/falco/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2020 The Falco Authors. +# Copyright (C) 2022 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