thought-machine / falco-probes

Automated build and mirror of eBPF kernel probes for use as a driver with the Falco runtime security agent (https://falco.org/)
Apache License 2.0
16 stars 4 forks source link

Build and publish eBPF probes on a cron schedule #18

Closed VJftw closed 3 years ago

VJftw commented 3 years ago

In order to automatically ensure we build eBPF probes for new kernels, we should run our build and publish workflow on a cron schedule.

See https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events on how to do this.

In the future, it may desirable to trigger this job from event feeds (i.e. new kernel release RSS feeds - if they exist)