Skip to content

x-pack/auditbeat/module/socket/guess: fix creds trigger for newer kernels (backport #37136) #854

x-pack/auditbeat/module/socket/guess: fix creds trigger for newer kernels (backport #37136)

x-pack/auditbeat/module/socket/guess: fix creds trigger for newer kernels (backport #37136) #854

Workflow file for this run

name: check-auditbeat
on:
pull_request:
paths:
- '.github/workflows/check-auditbeat.yml'
- 'auditbeat/**'
- 'x-pack/auditbeat/**'
env:
BEAT_MODULE: 'auditbeat'
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: .go-version
- name: Run check/update
run: |
go install github.com/magefile/mage
make -C ${{ env.BEAT_MODULE }} check update
make check-no-changes