Update instrumentation fuzzer with new flag

Signed-off-by: Phil Estes <estesp@gmail.com>
This commit is contained in:
Phil Estes 2024-05-13 16:56:24 -04:00
parent 29a6ab8261
commit e2251f9487
No known key found for this signature in database
GPG Key ID: FE2598126B196A38

View File

@ -39,7 +39,7 @@ compile_fuzzers() {
# This is from https://github.com/AdamKorcz/instrumentation
cd $SRC/instrumentation
go run main.go $SRC/containerd/images
go run main.go --target_dir $SRC/containerd/images
apt-get update && apt-get install -y wget
cd $SRC