mirror of https://github.com/google/oss-fuzz.git
Kyverno: Clone upstream repo (#11114)
We temporarily used a fork for Kyverno while testing out some new fuzzers. These fuzzers are now merged upstream, so reverting the repo to clone as well. Signed-off-by: AdamKorcz <adam@adalogics.com>
This commit is contained in:
parent
03bb73a295
commit
811ff75ea3
|
@ -15,7 +15,6 @@
|
|||
################################################################################
|
||||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder-go
|
||||
# Temporarily point to a fork
|
||||
RUN git clone --depth 1 https://github.com/AdamKorcz/kyverno --branch=more-fuzzing
|
||||
RUN git clone --depth 1 https://github.com/kyverno/kyverno
|
||||
COPY build.sh $SRC/
|
||||
WORKDIR $SRC/kyverno
|
||||
|
|
Loading…
Reference in New Issue