infra: bump fuzz-introspector (#8979)

Contains fixes for some python projects that are failing to be analysed.

Ref: https://github.com/ossf/fuzz-introspector/pull/606
This commit is contained in:
DavidKorczynski 2022-11-14 21:42:52 +01:00 committed by GitHub
parent 2b5577e25e
commit 45895f868a
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 ea1c238592431da969dba7aa6846a6ffea59165f && \
git checkout ef64582d825c8b1d880cbed5d4a61f1ac6061bb2 && \
git submodule init && \
git submodule update && \
apt-get autoremove --purge -y git && \