source-controller/tests/fuzz
Stefan Prodan 3168bb6051
Introduce artifact max size limit of 50MiB
Add a controller flag named "--artifact-max-size=<bytes>" with the default value of 50MiB.
To disable the limit, the value can be set to "--artifact-max-size=-1".
The flag enforces a max size limit for the artifact contents produced by source-controller,
to avoid out-of-memory crashes of consumers such as kustomize-controller.

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
2022-10-11 17:53:52 +03:00
..
Dockerfile.builder fuzz: Ensure latest base images are used 2022-09-02 17:51:11 +01:00
gitrepository_fuzzer.go Introduce artifact max size limit of 50MiB 2022-10-11 17:53:52 +03:00
go.mod fuzz: Ensure Go 1.18 for fuzz image 2022-08-23 08:40:01 +01:00
oss_fuzz_build.sh Bump libgit2 image to v0.3.0 2022-09-29 06:55:18 +01:00
oss_fuzz_run.sh Initial fuzzing tests 2022-02-08 17:49:34 +00:00