Skip to content

Commit

Permalink
infra: bump introspector (#12131)
Browse files Browse the repository at this point in the history
This primarily has a lot of improvements for java analysis focused on
improving oss-fuzz-gen results
  • Loading branch information
DavidKorczynski authored Jun 30, 2024
1 parent 1b54b98 commit 7a7c4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/base-images/base-clang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 1feaa9b9ee338d6a33d64fd833328c31def7ace2 && \
git checkout 9022fc1e9f4d6258497ef6b3c0bbf76a7b9f4505 && \
git submodule init && \
git submodule update && \
apt-get autoremove --purge -y git && \
Expand Down

0 comments on commit 7a7c4ce

Please sign in to comment.