fluxcd: Revert to base-builder-go
The project recently started moving into Go fuzz native, and using
the codeintelligencetesting variant is causing the error below:
ERROR: no interesting inputs were found
This PR reverts https://github.com/google/oss-fuzz/pull/7683 for fluxcd
which fixes the issue.
Signed-off-by: Paulo Gomes <pjbgf@linux.com>
Signed-off-by: Paulo Gomes <pjbgf@linux.com>
Flux is made of multiple repositories, this PR extends the Fuzz coverage to:
- pkg
- notification-controller
- kustomize-controller
- helm-controller
- image-reflector-controller
- source-controller
- image-automation-controller
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
Changes target the official fluxcd repository now that the
fuzzing implementation has been merged. It also delegates to each repository
the responsibility of its own build/setup via a file called oss_fuzz_build.sh.
The primary contact is now the official security contact via cncf.io.
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>