Skip to content

adds entity to PLE calls in cloudwatch logs plugin when used in EKS with kubernetes filter #5

adds entity to PLE calls in cloudwatch logs plugin when used in EKS with kubernetes filter

adds entity to PLE calls in cloudwatch logs plugin when used in EKS with kubernetes filter #5

Workflow file for this run

name: CIFuzz
on:
pull_request:
# Only fuzz when C source files change
paths:
- '**.c'
- '**.h'
jobs:
fuzzing:
name: PR - fuzzing test
runs-on: ubuntu-latest
steps:
- name: Build Fuzzers
id: build
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
with:
oss-fuzz-project-name: 'fluent-bit'
dry-run: false
language: c
- name: Run Fuzzers
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
with:
oss-fuzz-project-name: 'fluent-bit'
fuzz-seconds: 600
dry-run: false
language: c
- name: Upload Crash
uses: actions/upload-artifact@v3
if: failure() && steps.build.outcome == 'success'
with:
name: artifacts
path: ./out/artifacts