mirror of https://github.com/google/oss-fuzz.git
Set main repo for clamav. (#4466)
This commit is contained in:
parent
e085651b87
commit
97136f87e4
|
@ -91,6 +91,7 @@ class ProjectYamlChecker:
|
|||
'homepage',
|
||||
'language',
|
||||
'labels', # For internal use only, hard to lint as it uses fuzzer names.
|
||||
'main_repo',
|
||||
'primary_contact',
|
||||
'sanitizers',
|
||||
'selective_unpack',
|
||||
|
|
|
@ -6,3 +6,4 @@ auto_ccs:
|
|||
sanitizers:
|
||||
- address
|
||||
- undefined
|
||||
main_repo: 'https://github.com/Cisco-Talos/clamav-devel.git'
|
||||
|
|
Loading…
Reference in New Issue