diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-05-12 17:00:33 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-05-12 17:00:33 +0200 |
commit | fbe3476573a6662864d2e3e8f3c97087e899a816 (patch) | |
tree | 071849678a0d7469914f7cd950d5aabdd72f22ee | |
parent | 592b3316231fe69d1e812112936df307bcbf6af5 (diff) |
Run trivy vs latest containers
Change-Id: I6504933edf511bdd9d9345aea48d292dad0fe682
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | jjb/functest/xtesting-ci-docker.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/jjb/functest/xtesting-ci-docker.yaml b/jjb/functest/xtesting-ci-docker.yaml index 2bedf4bbd..559394055 100644 --- a/jjb/functest/xtesting-ci-docker.yaml +++ b/jjb/functest/xtesting-ci-docker.yaml @@ -167,6 +167,12 @@ image: opnfv/xtesting-jenkins:lts-alpine - s3www-v0.5.3: image: opnfv/xtesting-s3www:v0.5.3 + - xtesting-jenkins-agent-3.36-buster: + image: opnfv/xtesting-jenkins-agent:3.36-buster + - xtesting-jenkins-agent-3.36-bionic: + image: opnfv/xtesting-jenkins-agent:3.36-bionic + - xtesting-jenkins-agent-auto-3.36-buster: + image: opnfv/xtesting-jenkins-agent-auto:3.36-buster jobs: - 'xtesting-ci-docker-trivy-{stream}' |