Skip to content

Commit

Permalink
Updated ci-fuzz github workflow to run on specific paths and fuzz dur…
Browse files Browse the repository at this point in the history
…ation (#4573)

Signed-off-by: Saranya-jena <saranya.jena@harness.io>
Co-authored-by: Vedant Shrotria <vedant.shrotria@harness.io>
  • Loading branch information
Saranya-jena and Jonsy13 committed Apr 8, 2024
1 parent 0048ab1 commit fc0b70c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/cifuzz.yml
@@ -1,5 +1,10 @@
name: CIFuzz
on: [pull_request]
on:
pull_request:
paths:
- 'chaoscenter/authentication/**'
- 'chaoscenter/graphql/**'
- 'chaoscenter/subscriber/**'
permissions: {}
jobs:
Fuzzing:
Expand All @@ -23,7 +28,7 @@ jobs:
with:
oss-fuzz-project-name: 'litmuschaos'
language: go
fuzz-seconds: 600
fuzz-seconds: 120
sanitizer: ${{ matrix.sanitizer }}
output-sarif: true
- name: Upload Crash
Expand Down

0 comments on commit fc0b70c

Please sign in to comment.