https://github.com/issif/falco-driver-checker
https://github.com/issif/falco-driver-checker
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/issif/falco-driver-checker
- Owner: Issif
- Created: 2023-01-19T19:01:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T19:11:33.000Z (over 3 years ago)
- Last Synced: 2025-03-21T03:29:25.758Z (about 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# falco-driver-checker
Check if your local system is compatible with latest versions of Falco and its drivers.
> /!\ This is just a POC, don't use it in production /!\
## Usage
`go run .`
## Output
```bash
+---------+------+------+
| VERSION | EBPF | KMOD |
+---------+------+------+
| 0.33.1 | ✓ | ✓ |
| 0.33.0 | ✓ | ✓ |
| 0.32.2 | ✓ | ✓ |
| 0.32.1 | ✓ | ✓ |
| 0.32.0 | ✓ | ✓ |
| 0.31.1 | ✓ | ✓ |
| 0.31.0 | ✓ | ✓ |
| 0.30.0 | x | ✓ |
| 0.29.1 | x | x |
| 0.29.0 | x | x |
| 0.28.0 | x | x |
| 0.27.0 | x | x |
| 0.26.2 | x | x |
| 0.26.1 | x | x |
| 0.26.0 | x | x |
| 0.25.0 | x | x |
| 0.24.0 | x | x |
+---------+------+------+
```