mirror of https://github.com/google/oss-fuzz.git
[runc] Add more fuzzers (#6976)
This commit is contained in:
parent
ec36235da9
commit
5f83a8b681
|
@ -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
|
||||
|
|
|
@ -16,3 +16,4 @@
|
|||
################################################################################
|
||||
|
||||
$SRC/runc/tests/fuzzing/oss_fuzz_build.sh
|
||||
$SRC/cncf-fuzzing/projects/runc/build.sh
|
||||
|
|
Loading…
Reference in New Issue