From: morganrol Date: Wed, 5 Jan 2022 07:27:54 +0000 (+0100) Subject: [ISTANBUL] Use istanbul security waivers X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e2ead51a287831c6be8c89a1969564e760cff5fa;p=integration%2Fxtesting.git [ISTANBUL] Use istanbul security waivers Xtesting security docker file in Istanbul still references master waivers that have been reset for jakarta. Use seccom istanbul branch for istanbul Issue-ID: TEST-378 Signed-off-by: morganrol Change-Id: I3e6edda36b103efcecb0b34d983cf3bc5e4e3349 --- diff --git a/security/docker/Dockerfile b/security/docker/Dockerfile index 9bfd2cc..3b09f2c 100644 --- a/security/docker/Dockerfile +++ b/security/docker/Dockerfile @@ -19,8 +19,8 @@ RUN CGO_ENABLED=0 go install -a -ldflags '-w -s -extldflags "-static"' FROM opnfv/xtesting:wallaby AS run ARG KUBERNETES_VERSION="v1.19.11" -ARG ONAP_TAG=master -ARG ONAP_TESTS_TAG=master +ARG ONAP_TAG=istanbul +ARG ONAP_TESTS_TAG=istanbul # Install kubectl # Note: Latest version may be found on: diff --git a/security/setup.cfg b/security/setup.cfg index 61fe7fa..a71889e 100644 --- a/security/setup.cfg +++ b/security/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = onap_security -version = 1 +version = 1.9.0 [files] packages = onap_security