Skip to content

Add dynamic extraction of a parameter attribute #1189

Add dynamic extraction of a parameter attribute

Add dynamic extraction of a parameter attribute #1189

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@35c8885118c1b3046f6a5fdedf1cc5670e584cf9 # v1.0.0
with:
programs: "bpf/objs/*.o"