mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-04 08:04:49 +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)
|
||||||
HTTP_INSECURE="true"
|
HTTP_INSECURE="true"
|
||||||
;;
|
;;
|
||||||
--source-only)
|
|
||||||
>&2 echo "Support dropped in Falco 0.37.0."
|
|
||||||
print_usage
|
|
||||||
exit 1
|
|
||||||
;;
|
|
||||||
--kernel-release)
|
--kernel-release)
|
||||||
extra_args+="--kernelrelease=$2 "
|
extra_args+="--kernelrelease=$2 "
|
||||||
shift
|
shift
|
||||||
|
Reference in New Issue
Block a user