[runc] Add more fuzzers (#6976)

This commit is contained in:
AdamKorcz 2021-12-07 11:51:51 +00:00 committed by GitHub
parent ec36235da9
commit 5f83a8b681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -16,5 +16,6 @@
FROM gcr.io/oss-fuzz-base/base-builder-go
RUN git clone --depth 1 https://github.com/opencontainers/runc
RUN git clone --depth 1 https://github.com/cncf/cncf-fuzzing
COPY build.sh $SRC/
WORKDIR $SRC/runc

View File

@ -16,3 +16,4 @@
################################################################################
$SRC/runc/tests/fuzzing/oss_fuzz_build.sh
$SRC/cncf-fuzzing/projects/runc/build.sh