new(docker,scripts,ci): use an override config file to enable ISO 8601 output timeformat on docker images.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
Federico Di Pierro
2025-02-06 11:33:49 +01:00
committed by poiana
parent c4081d7a6f
commit 3d70a2cbd0
5 changed files with 12 additions and 14 deletions

View File

@@ -26,6 +26,7 @@ RUN curl -s https://falco.org/repo/falcosecurity-packages.asc | apt-key add - \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN sed -i -e 's/time_format_iso_8601: false/time_format_iso_8601: true/' /etc/falco/falco.yaml
# Change the falco config within the container to enable ISO 8601 output.
ADD scripts/falco/falco_iso8601_timeformat.yaml /etc/falco/config.d/
CMD ["/usr/bin/falco"]