Skip to content

Commit 0e524e2

Browse files
authored
Adding CIFuzz action to yara (VirusTotal#1210)
1 parent 0ae84ce commit 0e524e2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/main.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: CIFuzz
2+
3+
on: [pull_request]
4+
5+
jobs:
6+
fuzz:
7+
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- name: Building and running fuzzers
12+
uses: google/oss-fuzz/infra/cifuzz/actions@master
13+
with:
14+
project-name: 'yara'
15+
fuzz-time: 600
16+
dry-run: True
17+
- uses: actions/upload-artifact@v1
18+
with:
19+
name: fuzzer_testcase
20+
path: ./out/testcase

0 commit comments

Comments
 (0)