diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/functest-kubernetes.yaml | 2 | ||||
-rw-r--r-- | jjb/functest/functest.yaml | 2 | ||||
-rw-r--r-- | jjb/functest/xtesting.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/jjb/functest/functest-kubernetes.yaml b/jjb/functest/functest-kubernetes.yaml index a8f319306..f22587545 100644 --- a/jjb/functest/functest-kubernetes.yaml +++ b/jjb/functest/functest-kubernetes.yaml @@ -925,7 +925,7 @@ name: functest-kubernetes-trivy builders: - shell: | - apt-get update && apt-get install curl + apt-get update && apt-get install curl -y curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b . if [ "{repo}" = "_" ]; then image={container}:{tag} diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index 6ff1f3044..710667007 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -1237,7 +1237,7 @@ name: functest-trivy builders: - shell: | - sudo apt-get update && sudo apt-get install curl + sudo apt-get update && sudo apt-get install curl -y curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sudo sh -s -- -b . if [ "{repo}" = "_" ]; then image={container}:{tag} diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index 9b907c8da..9face4eee 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -648,7 +648,7 @@ name: xtesting-trivy builders: - shell: | - sudo apt-get update && sudo apt-get install curl + sudo apt-get update && sudo apt-get install curl -y curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sudo sh -s -- -b . if [ "{repo}" = "_" ]; then image={container}:{tag} |