From 062a64b05e411c17851927124ec55e3b11028ebd Mon Sep 17 00:00:00 2001 From: Catena cyber <35799796+catenacyber@users.noreply.github.com> Date: Mon, 7 Jun 2021 20:34:17 +0200 Subject: [PATCH] docs: CIFuzz requires a project to be cloned with git (#5886) --- docs/getting-started/continuous_integration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting-started/continuous_integration.md b/docs/getting-started/continuous_integration.md index 88e6e4b15..0f1627f32 100644 --- a/docs/getting-started/continuous_integration.md +++ b/docs/getting-started/continuous_integration.md @@ -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