docs: CIFuzz requires a project to be cloned with git (#5886)

This commit is contained in:
Catena cyber 2021-06-07 20:34:17 +02:00 committed by GitHub
parent c277651f18
commit 062a64b05e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ fuzzing more effective and gives you regression testing for free.
1. Your project must be integrated with OSS-Fuzz.
1. Your project is hosted on GitHub.
1. Your repository needs to be cloned with `git` in oss-fuzz Dockerfile (do not use `go get` or other methods)
## Integrating into your repository