infra: bump introspector (#12453)

Makes it possible to extract all files from a given project. This is
particularly useful for bazel projects where we need a path prior to
bazel build in order to identify harness source.

Ref: https://github.com/google/oss-fuzz-gen/pull/577
This commit is contained in:
DavidKorczynski 2024-09-05 21:46:19 +01:00 committed by GitHub
parent e6603a8deb
commit e19716fd89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 b7e30c1424c64a2c14dfb38d901830aa66ed47a4 && \
git checkout f034d26d6a7de8e2eebabe736ea631eee94678d3 && \
git submodule init && \
git submodule update && \
apt-get autoremove --purge -y git && \