We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7945782 commit 4085f38Copy full SHA for 4085f38
.github/workflows/fuzz-continuous.yml
@@ -7,9 +7,7 @@ on:
7
paths:
8
- '.clusterfuzzlite/**'
9
- '.github/workflows/fuzz-continuous.yml'
10
- - 'benchmark/**'
11
- 'cmake/**'
12
- - 'examples/**'
13
- 'include/**'
14
- 'src/**'
15
- 'tests/**'
@@ -39,3 +37,14 @@ jobs:
39
37
language: c++
40
38
sanitizer: ${{ matrix.sanitizer }}
41
upload-build: true
+
+ - 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