{"id":16931268,"url":"https://github.com/issif/falco-driver-check","last_synced_at":"2025-04-11T18:32:44.307Z","repository":{"id":45145602,"uuid":"444494762","full_name":"Issif/falco-driver-check","owner":"Issif","description":"A script for checking if Falco drivers are available for your system","archived":false,"fork":false,"pushed_at":"2022-01-06T15:17:57.000Z","size":17,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T14:21:54.221Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Issif.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-04T16:46:57.000Z","updated_at":"2025-01-16T12:02:50.000Z","dependencies_parsed_at":"2022-08-30T10:10:52.963Z","dependency_job_id":null,"html_url":"https://github.com/Issif/falco-driver-check","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Issif%2Ffalco-driver-check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Issif%2Ffalco-driver-check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Issif%2Ffalco-driver-check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Issif%2Ffalco-driver-check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Issif","download_url":"https://codeload.github.com/Issif/falco-driver-check/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248458812,"owners_count":21107156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T20:43:36.549Z","updated_at":"2025-04-11T18:32:44.281Z","avatar_url":"https://github.com/Issif.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# falco-driver-check\n\nThis script will check if falco ebpf probe and kernel module are present for your system. If one is available, you will be notified and can start to secure your insfrastructure.\n\nIf none is available, the script will provide you details on how to contribute for the sake of community, you have all intels for submitting a \nPR for allowing Falco test-infra platform to build the driver you need.\n\n## Usage\n\nThe only argument is the version of falco you want to install:\n```shell\n./falco-driver-check.sh \u003cversion\u003e\n```\nIf `version` is empty, the last version of Falco is checked.\n\nExamples:\n```shell\n./falco-driver-check\n\n• Falco version: 0.30.0\n• Lib version: 3aa7a83bf7b9e6229a3824e3fd1f4452d1e95cb4\n• Probe: x\n• Module: x\n\nWe're sorry, the ebpf probe or kernel module is not already built for your system.\n\nPlease, help the community and yourself by submitting a PR on https://github.com/falcosecurity/test-infra\nfor adding the following content in new file 'driverkit/config/3aa7a83bf7b9e6229a3824e3fd1f4452d1e95cb4/manjaro_5.15.12-1-MANJARO_1.yaml':\n\nkernelversion: 1\nkernelrelease: 5.15.12-1-MANJARO\ntarget: manjaro\noutput:\n  module: output/3aa7a83bf7b9e6229a3824e3fd1f4452d1e95cb4/falco_manjaro_5.15.12-1-MANJARO_1.ko\n  probe: output/3aa7a83bf7b9e6229a3824e3fd1f4452d1e95cb4/falco_manjaro_5.15.12-1-MANJARO_1.o\n```\n```shell\n./falco-driver-check 0.29.1\n\n• Falco version: 0.29.1\n• Lib version: 3aa7a83bf7b9e6229a3824e3fd1f4452d1e95cb4\n• Probe: x\n• Module: x\n\nWe're sorry, the ebpf probe or kernel module is not already built for your system.\n\nPlease, help the community and yourself by submitting a PR on https://github.com/falcosecurity/test-infra\nfor adding the following content in new file 'driverkit/config/3aa7a83bf7b9e6229a3824e3fd1f4452d1e95cb4/debian_5.10.0-10-amd64_1.yaml':\n\nkernelversion: 1\nkernelrelease: 5.10.0-10-amd64\ntarget: debian\noutput:\n  module: output/3aa7a83bf7b9e6229a3824e3fd1f4452d1e95cb4/falco_debian_5.10.0-10-amd64_1.ko\n  probe: output/3aa7a83bf7b9e6229a3824e3fd1f4452d1e95cb4/falco_debian_5.10.0-10-amd64_1.o\n```\n```shell\n./falco-driver-check\n\n• Falco version: 0.30.0\n• Lib version: 3aa7a83bf7b9e6229a3824e3fd1f4452d1e95cb4\n• Probe: x\n• Module: ✔\n\nCongratulations! Your system is ready for running Falco!\n\n• Get Started in Falco.org (https://falco.org)\n• Check out the Falco project and contribute in Github (https://github.com/falcosecurity/falco)\n• Get involved in the Falco community (https://github.com/falcosecurity/community)\n• Meet the maintainers on the Falco Slack (https://kubernetes.slack.com#falco)\n• Follow @falco_org on Twitter\n```\n\n## Docker\n\nYou can run this script in `Docker` with:\n```shell\ndocker run -ti -v /etc/os-release:/etc/os-release -v /etc/debian_version:/etc/debian_version -v /etc/centos-release:/etc/centos-release -v /etc/VERSION:/etc/VERSION issif/falco-driver-check\n```\n\n## Kubernetes\n\nYou can driver check your kubernetes nodes following this procedure:\n```shell\nkubectl apply -f Job.yaml -n default \nkubectl logs job/falco-driver-check -n default \nkubectl delete job falco-driver-check -n default \n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fissif%2Ffalco-driver-check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fissif%2Ffalco-driver-check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fissif%2Ffalco-driver-check/lists"}