Skip to content

ClusterFuzzLite fuzzing #1

ClusterFuzzLite fuzzing

ClusterFuzzLite fuzzing #1

name: ClusterFuzzLite fuzzing
on:
schedule:
# Run daily at 8 AM UTC
- cron: "0 8 * * *"
workflow_dispatch:
permissions:
contents: read
jobs:
PR:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: Build Fuzzers
id: build
uses: google/clusterfuzzlite/actions/build_fuzzers@884713a6c30a92e5e8544c39945cd7cb630abcd1 # v1
with:
language: python
github-token: ${{ secrets.GITHUB_TOKEN }}
sanitizer: address
- name: Run Fuzzers
id: run
uses: google/clusterfuzzlite/actions/run_fuzzers@884713a6c30a92e5e8544c39945cd7cb630abcd1 # v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
fuzz-seconds: 30
mode: code-change
sanitizer: address