Skip to content

[8.14](backport #39133) [Auditbeat/FIM/fsnotify]: remove time window where a child file operation of a directory can be lost #1280

[8.14](backport #39133) [Auditbeat/FIM/fsnotify]: remove time window where a child file operation of a directory can be lost

[8.14](backport #39133) [Auditbeat/FIM/fsnotify]: remove time window where a child file operation of a directory can be lost #1280

name: check-x-pack-auditbeat
on:
pull_request:
paths:
- '.github/workflows/check-xpack-auditbeat.yml'
- 'x-pack/auditbeat/**'
- 'auditbeat/**'
env:
BEAT_MODULE: 'x-pack/auditbeat'
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: .go-version
- name: Update package lists
run: sudo apt-get update
- name: Install librpm-dev
run: sudo apt-get install -y librpm-dev
- name: Run check/update
uses: magefile/mage-action@v2
with:
args: check update
workdir: "${{ env.BEAT_MODULE }}"