Skip to content

Commit

Permalink
Add a small amount of fuzzer-running to fuzz-continuous
Browse files Browse the repository at this point in the history
  • Loading branch information
eliaskosunen committed Nov 7, 2024
1 parent 7945782 commit 4085f38
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/fuzz-continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ on:
paths:
- '.clusterfuzzlite/**'
- '.github/workflows/fuzz-continuous.yml'
- 'benchmark/**'
- 'cmake/**'
- 'examples/**'
- 'include/**'
- 'src/**'
- 'tests/**'
Expand Down Expand Up @@ -39,3 +37,14 @@ jobs:
language: c++
sanitizer: ${{ matrix.sanitizer }}
upload-build: true

- name: Run fuzzers
id: run
uses: eliaskosunen/clusterfuzzlite/actions/run_fuzzers@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
fuzz-seconds: 120
mode: 'code-change'
sanitizer: ${{ matrix.sanitizer }}
output-sarif: true
storage-repo: https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/eliaskosunen/scnlib-fuzz-corpus.git

0 comments on commit 4085f38

Please sign in to comment.