Skip to content

Pr/olsajiri/fentry #1812

Pr/olsajiri/fentry

Pr/olsajiri/fentry #1812

Workflow file for this run

name: Run veristat
on:
push:
branches:
- main
- v*
paths:
- 'bpf/**'
pull_request:
paths:
- 'bpf/**'
jobs:
veristat:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Build BPF programs
run: make tetragon-bpf
- name: Run veristat
uses: mtardy/veristat-action@f8aaf0aff94a274fea229c37e1165b3083d43611 # v1.0.1
with:
programs: "bpf/objs/*.o"