Skip to content

Initial commit of audit log receiver. #129

Initial commit of audit log receiver.

Initial commit of audit log receiver. #129

Workflow file for this run

name: test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: make lint
- run: go test -v ./...
build-collector:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- name: Build collector
run: make build-collector
- name: Verify oxide receiver is included
run: |-
./dist/otelcol-oxide components | grep -q "name: oxide"