Skip to content

Commit 4085f38

Browse files
committed
Add a small amount of fuzzer-running to fuzz-continuous
1 parent 7945782 commit 4085f38

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/fuzz-continuous.yml

+11-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ on:
77
paths:
88
- '.clusterfuzzlite/**'
99
- '.github/workflows/fuzz-continuous.yml'
10-
- 'benchmark/**'
1110
- 'cmake/**'
12-
- 'examples/**'
1311
- 'include/**'
1412
- 'src/**'
1513
- 'tests/**'
@@ -39,3 +37,14 @@ jobs:
3937
language: c++
4038
sanitizer: ${{ matrix.sanitizer }}
4139
upload-build: true
40+
41+
- name: Run fuzzers
42+
id: run
43+
uses: eliaskosunen/clusterfuzzlite/actions/run_fuzzers@main
44+
with:
45+
github-token: ${{ secrets.GITHUB_TOKEN }}
46+
fuzz-seconds: 120
47+
mode: 'code-change'
48+
sanitizer: ${{ matrix.sanitizer }}
49+
output-sarif: true
50+
storage-repo: https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/eliaskosunen/scnlib-fuzz-corpus.git

0 commit comments

Comments
 (0)