From 4d4e506895df33159b85999903124d62550bf183 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 8 Feb 2021 23:42:44 +0100 Subject: Fix exclude list for Trivy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit xtesting-mts is not available in all Xtesting versions. Change-Id: I71568b7db2b216259fc9ac0e276c4aee3f3bdd19 Signed-off-by: Cédric Ollivier --- jjb/functest/xtesting.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index 3d0923a2b..e796b48f5 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -628,6 +628,7 @@ name: xtesting-trivy builders: - shell: | + set +x curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b . if [ "{repo}" = "_" ]; then image={container}:{tag} @@ -658,6 +659,11 @@ name: 'xtesting-opnfv-xtesting-mts-trivy' <<: *xtesting-params container: 'xtesting-mts' + exclude: + - tag: hunter + - tag: iruya + - tag: jerma + - tag: kali jobs: - 'xtesting-{repo}-{container}-{tag}-trivy' -- cgit