mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:21:44 +03:00
ci: Reuse fuzzing snippet from curl-fuzzer project
This commit is contained in:
parent
a2f5a4ca6f
commit
a4fd257c1b
1 changed files with 2 additions and 22 deletions
24
.github/workflows/fuzz.yml
vendored
24
.github/workflows/fuzz.yml
vendored
|
|
@ -20,25 +20,5 @@ concurrency:
|
|||
permissions: {}
|
||||
|
||||
jobs:
|
||||
fuzzing:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Build Fuzzers
|
||||
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
|
||||
with:
|
||||
oss-fuzz-project-name: 'curl'
|
||||
dry-run: false
|
||||
|
||||
- name: Run Fuzzers
|
||||
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
|
||||
with:
|
||||
oss-fuzz-project-name: 'curl'
|
||||
fuzz-seconds: 2400
|
||||
dry-run: false
|
||||
|
||||
- name: Upload Crash
|
||||
uses: actions/upload-artifact@v3
|
||||
if: failure()
|
||||
with:
|
||||
name: artifacts
|
||||
path: ./out/artifacts
|
||||
Fuzzing:
|
||||
uses: curl/curl-fuzzer/.github/workflows/ci.yml@master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue