From 1fbb3bbd923d6937fc63c9aa56eaa7936ffb9e32 Mon Sep 17 00:00:00 2001 From: Al Cutter Date: Thu, 5 Jan 2023 14:09:16 +0000 Subject: [PATCH] More clusterfuzz pinning --- .clusterfuzzlite/Dockerfile | 2 +- .clusterfuzzlite/build.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.clusterfuzzlite/Dockerfile b/.clusterfuzzlite/Dockerfile index ba75c57..5d93ae5 100644 --- a/.clusterfuzzlite/Dockerfile +++ b/.clusterfuzzlite/Dockerfile @@ -1,5 +1,5 @@ # https://google.github.io/clusterfuzzlite/build-integration/#dockerfile -FROM gcr.io/oss-fuzz-base/base-builder-go +FROM gcr.io/oss-fuzz-base/base-builder-go@sha256:c7f01a616db0fc554d98edbd7d49a7177197f77fd4e1371bcb7774d7eac8216d COPY . $SRC/merkle WORKDIR $SRC/merkle COPY .clusterfuzzlite/build.sh $SRC/ diff --git a/.clusterfuzzlite/build.sh b/.clusterfuzzlite/build.sh index 041f83b..89eb725 100644 --- a/.clusterfuzzlite/build.sh +++ b/.clusterfuzzlite/build.sh @@ -1,7 +1,7 @@ # https://google.github.io/oss-fuzz/getting-started/new-project-guide/go-lang/#buildsh # undocumented dependency -go install github.com/AdamKorcz/go-118-fuzz-build@c548436 -go get github.com/AdamKorcz/go-118-fuzz-build/testing@c548436 +go install github.com/AdamKorcz/go-118-fuzz-build@c5484365413eb6c532d2dbd0d16b553988ce6852 +go get github.com/AdamKorcz/go-118-fuzz-build/testing@c5484365413eb6c532d2dbd0d16b553988ce6852 # workaround https://github.com/AdamKorcz/go-118-fuzz-build/issues/2 mv testonly/constants.go testonly/constants_fuzz.go