mirror of
https://github.com/falcosecurity/falco.git
synced 2026-04-05 03:22:41 +00:00
Update driver-loader docker-entrypoint
Remove debug log Set default option ENABLE_COMPILE and ENABLE_DOWNLOAD Signed-off-by: Paul Rey <contact@paulrey.io>
This commit is contained in:
@@ -121,6 +121,9 @@ while test $# -gt 0; do
|
||||
shift
|
||||
done
|
||||
|
||||
echo "Extra args: $extra_args"
|
||||
if [ -z "$has_opts" ]; then
|
||||
ENABLE_COMPILE="true"
|
||||
ENABLE_DOWNLOAD="true"
|
||||
fi
|
||||
|
||||
/usr/bin/falcoctl driver install --compile=$ENABLE_COMPILE --download=$ENABLE_DOWNLOAD --http-insecure=$HTTP_INSECURE --http-headers="$FALCOCTL_DRIVER_HTTP_HEADERS" $extra_args
|
||||
|
||||
Reference in New Issue
Block a user