Set main repo for clamav. (#4466)

This commit is contained in:
Oliver Chang 2020-09-23 10:41:20 +10:00 committed by GitHub
parent e085651b87
commit 97136f87e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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',

View File

@ -6,3 +6,4 @@ auto_ccs:
sanitizers:
- address
- undefined
main_repo: 'https://github.com/Cisco-Talos/clamav-devel.git'