mirror of https://github.com/google/oss-fuzz.git
docs: CIFuzz requires a project to be cloned with git (#5886)
This commit is contained in:
parent
c277651f18
commit
062a64b05e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue