Skip to content

bpf: fix path truncation in copying path arguments #1280

bpf: fix path truncation in copying path arguments

bpf: fix path truncation in copying path arguments #1280

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Build BPF programs
run: make tetragon-bpf
- name: Run veristat
uses: mtardy/veristat-action@f8aaf0aff94a274fea229c37e1165b3083d43611 # v1.0.1
with:
programs: "bpf/objs/*.o"