grafana / beyla

eBPF-based autoinstrumentation of web applications and network metrics
https://grafana.com/oss/beyla-ebpf/
Apache License 2.0
1.21k stars 77 forks source link

Check eBPF code integrity #813

Closed mariomac closed 3 weeks ago

mariomac commented 3 weeks ago

Added a new verification that checks if the provided eBPF binary code corresponds bitwise to the results of running make docker-generate.

The check is added to the PR checks, to the Binary releaser and the drone image pushers.

grcevski commented 3 weeks ago

I'm going to merge this so I can try it on my PR.