8000 GitHub - dorkamotorka/ebpf-github-actions: Demo repository for running eBPF in GitHub Actions
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dorkamotorka/ebpf-github-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running eBPF in GitHub Actions

Demo repository for running eBPF in GitHub Actions. It includes:

  • /app directory, where you can find eBPF related code - A simple execve() syscall tracer.
  • Dockerfile for creating a container with your eBPF code
  • .github/workflows/run.yaml GitHub action that will run the container with your eBPF code.

It is simply to prove how eBPF can be run in GitHub Actions and export some useful data.

In this demo, it traces all the execve() syscalls and captures the output and saves it to an artifact to view it later.

For proper products this data would be exported to some third-party external endpoint - but this would be beyond this demo.

About

Demo repository for running eBPF in GitHub Actions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0