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:
AdamKorcz 2023-10-13 11:17:16 +01:00 committed by GitHub
parent 03bb73a295
commit 811ff75ea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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