Observing and Securing GitHub Actions with eBPF
I am not an expert on this topic but the same can be with bpftrace also right?
Is there any reason we would choose ebpf over bpftrace since in this example we are just exploring who and which process calls the execve
Yes, of course — nothing new eBPF-related is discussed here; it’s just the narrative that eBPF can be utilized in CI/CD pipelines and why.
I am not an expert on this topic but the same can be with bpftrace also right?
Is there any reason we would choose ebpf over bpftrace since in this example we are just exploring who and which process calls the execve
Yes, of course — nothing new eBPF-related is discussed here; it’s just the narrative that eBPF can be utilized in CI/CD pipelines and why.