mirror of https://github.com/google/oss-fuzz.git
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:
parent
2b5577e25e
commit
45895f868a
|
@ -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 && \
|
||||
|
|
Loading…
Reference in New Issue