Skip to content

Commit

Permalink
new(docker): allow passing options to falco-driver-loader from the co…
Browse files Browse the repository at this point in the history
…ntainer image

Signed-off-by: Luca Guerra <luca@guerra.sh>
  • Loading branch information
LucaGuerra authored and poiana committed Sep 11, 2023
1 parent 30aa28f commit dae36c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/falco/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ if [[ -z "${SKIP_DRIVER_LOADER}" ]]; then
ln -s "$i" "/usr/src/$base"
done

/usr/bin/falco-driver-loader
falco_driver_loader_option_arr=($FALCO_DRIVER_LOADER_OPTIONS)
/usr/bin/falco-driver-loader "${falco_driver_loader_option_arr[@]}"
fi

exec "$@"

0 comments on commit dae36c7

Please sign in to comment.