Skip to content

ClusterFuzzLite Batch Fuzzing #77

ClusterFuzzLite Batch Fuzzing

ClusterFuzzLite Batch Fuzzing #77

Workflow file for this run

name: ClusterFuzzLite Batch Fuzzing
on:
schedule:
- cron: '0 0 * * *'
permissions: read-all
jobs:
BatchFuzzing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Build Fuzzers
id: build
uses: google/clusterfuzzlite/actions/build_fuzzers@v1
with:
language: c
- name: Run Fuzzers
id: run
uses: google/clusterfuzzlite/actions/run_fuzzers@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
fuzz-seconds: 3600
mode: 'batch'
sanitizer: 'address'