Skip to content

Commit

Permalink
Merge pull request #6 from Alami-Amine/AA/CIFuzz
Browse files Browse the repository at this point in the history
set dry-run to true
  • Loading branch information
Alami-Amine authored Aug 6, 2024
2 parents 85a1437 + 2f06d34 commit 936debe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ jobs:
with:
oss-fuzz-project-name: 'connectedhomeip'
language: c++
dry-run: true
- name: Run Fuzzers
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
with:
oss-fuzz-project-name: 'connectedhomeip'
language: c++
fuzz-seconds: 300
output-sarif: true
dry-run: true
- name: Upload Crash
uses: actions/upload-artifact@v3
if: failure() && steps.build.outcome == 'success'
Expand Down

0 comments on commit 936debe

Please sign in to comment.