Merge pull request #452 from ilanpillemer/align-deps-for-fuzzing

Align version of dependencies when Fuzzing
This commit is contained in:
Stefan Prodan 2022-03-29 09:58:19 +03:00 committed by GitHub
commit 5d91fcc850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ cp "${PROJECT_PATH}/tests/fuzz/fuzz_controllers.go" "${PROJECT_PATH}/controllers
# compile fuzz tests for the runtime module
pushd "${PROJECT_PATH}"
go mod tidy
go get -d github.com/AdaLogics/go-fuzz-headers
compile_go_fuzzer "${PROJECT_PATH}/controllers/" FuzzHelmreleaseComposeValues fuzz_helmrelease_composevalues
compile_go_fuzzer "${PROJECT_PATH}/controllers/" FuzzHelmreleaseReconcile fuzz_helmrelease_reconcile