diff options
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/xtesting.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index e796b48f5..0e3fa6301 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -637,7 +637,7 @@ else image={repo}:{port}/{container}:{tag} fi - ./trivy $image + ./trivy --exit-code 1 $image - job-template: name: 'xtesting-{repo}-{container}-{tag}-trivy' |