Skip to content

Commit

Permalink
temporarily vendor ebpfevents
Browse files Browse the repository at this point in the history
  • Loading branch information
mmat11 committed Dec 1, 2023
1 parent c03a8a0 commit f22456f
Show file tree
Hide file tree
Showing 24 changed files with 3,096 additions and 0 deletions.
13 changes: 13 additions & 0 deletions auditbeat/internal/tmpebpfevents/.buildkite/lint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash
set -euo pipefail

go mod tidy
git diff --exit-code

make write-license-headers
git diff --exit-code

make notice
git diff --exit-code

golangci-lint run -v --timeout=600s
12 changes: 12 additions & 0 deletions auditbeat/internal/tmpebpfevents/.buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
steps:
- label: ":bathtub: Lint"
key: "lint"
command: ".buildkite/lint.sh"
agents:
image: "golangci/golangci-lint:v1.55.2"

- label: ":test_tube: Test"
key: "test"
command: ".buildkite/test.sh"
agents:
image: "docker.elastic.co/ci-agent-images/sec-linux-platform/ebpfevents-tester@sha256:e3d8e8e9bede39be4f2f374e0ae1502dd6f8a1347c66046faa78dc105d051dd0"
1 change: 1 addition & 0 deletions auditbeat/internal/tmpebpfevents/.github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @elastic/sec-linux-platform
2 changes: 2 additions & 0 deletions auditbeat/internal/tmpebpfevents/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
artifacts
test*
3 changes: 3 additions & 0 deletions auditbeat/internal/tmpebpfevents/.gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "ebpf"]
path = ebpf
url = https://github.com/elastic/ebpf
259 changes: 259 additions & 0 deletions auditbeat/internal/tmpebpfevents/bpf_bpfel_arm64.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f22456f

Please sign in to comment.