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