mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-01 14:47:00 +00:00
Remove --source-only option in driver loader docker-entrypoint.sh
The option is supported anymore in falcoctl Signed-off-by: Paul Rey <contact@paulrey.io>
This commit is contained in:
@@ -90,11 +90,6 @@ while test $# -gt 0; do
|
||||
--http-insecure)
|
||||
HTTP_INSECURE="true"
|
||||
;;
|
||||
--source-only)
|
||||
>&2 echo "Support dropped in Falco 0.37.0."
|
||||
print_usage
|
||||
exit 1
|
||||
;;
|
||||
--kernel-release)
|
||||
extra_args+="--kernelrelease=$2 "
|
||||
shift
|
||||
|
Reference in New Issue
Block a user