infa: bump fuzz introspector (#8917)

Fixes: https://github.com/google/oss-fuzz/issues/8913
This commit is contained in:
DavidKorczynski 2022-11-03 16:47:22 +00:00 committed by GitHub
parent 61fad753f2
commit 184b3563c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ RUN apt-get update && apt-get install -y wget sudo && \
RUN apt-get update && apt-get install -y git && \
git clone https://github.com/ossf/fuzz-introspector.git fuzz-introspector && \
cd fuzz-introspector && \
git checkout 6fe9a6f26e9c7c62b2579a7a6eb6ec391d428d9f && \
git checkout b22bd1c97160f863852728c2769a797eecc1c392 && \
git submodule init && \
git submodule update && \
apt-get autoremove --purge -y git && \