diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-02-08 23:42:44 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-02-08 23:42:44 +0100 |
commit | 4d4e506895df33159b85999903124d62550bf183 (patch) | |
tree | a57ab6c129d2d7ee4d4dfe6366f428e993508dd1 /jjb/functest | |
parent | d8942f6fb6169a3cd830f3f3af2e2908dac2e6af (diff) |
Fix exclude list for Trivy
xtesting-mts is not available in all Xtesting versions.
Change-Id: I71568b7db2b216259fc9ac0e276c4aee3f3bdd19
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/xtesting.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
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' |