Skip to content

Commit

Permalink
update(userspace/engine): align %container.info defaults with new r…
Browse files Browse the repository at this point in the history
…ule styles

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
  • Loading branch information
leogr authored and poiana committed Sep 8, 2023
1 parent e55beda commit 35cb960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/engine/rule_loader_compiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ limitations under the License.
#define THROW(cond, err, ctx) { if ((cond)) { throw rule_loader::rule_load_exception(falco::load_result::LOAD_ERR_VALIDATE, (err), (ctx)); } }

static std::string s_container_info_fmt = "%container.info";
static std::string s_default_extra_fmt = "%container.name (id=%container.id)";
static std::string s_default_extra_fmt = "container_id=%container.id container_name=%container.name";

using namespace libsinsp::filter;

Expand Down

0 comments on commit 35cb960

Please sign in to comment.