File tree Expand file tree Collapse file tree 1 file changed +28
-28
lines changed
Expand file tree Collapse file tree 1 file changed +28
-28
lines changed Original file line number Diff line number Diff line change 1- name : CIFuzz
2- on :
3- pull_request :
4- branches :
5- - master
6- paths :
7- - ' **.go'
8- jobs :
9- Fuzzing :
10- runs-on : ubuntu-latest
11- steps :
12- - name : Build Fuzzers
13- uses : google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
14- with :
15- oss-fuzz-project-name : ' go-dns'
16- dry-run : false
17- - name : Run Fuzzers
18- uses : google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
19- with :
20- oss-fuzz-project-name : ' go-dns'
21- fuzz-seconds : 300
22- dry-run : false
23- - name : Upload Crash
24- uses : actions/upload-artifact@v1
25- if : failure()
26- with :
27- name : artifacts
28- path : ./out/artifacts
1+ # name: CIFuzz
2+ # on:
3+ # pull_request:
4+ # branches:
5+ # - master
6+ # paths:
7+ # - '**.go'
8+ # jobs:
9+ # Fuzzing:
10+ # runs-on: ubuntu-latest
11+ # steps:
12+ # - name: Build Fuzzers
13+ # uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
14+ # with:
15+ # oss-fuzz-project-name: 'go-dns'
16+ # dry-run: false
17+ # - name: Run Fuzzers
18+ # uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
19+ # with:
20+ # oss-fuzz-project-name: 'go-dns'
21+ # fuzz-seconds: 300
22+ # dry-run: false
23+ # - name: Upload Crash
24+ # uses: actions/upload-artifact@v1
25+ # if: failure()
26+ # with:
27+ # name: artifacts
28+ # path: ./out/artifacts
You can’t perform that action at this time.
0 commit comments