From 06cf542c6b85ad2512f35962cb32a6d36d12f03b Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 11 Feb 2021 23:32:10 +0100 Subject: -y when install curl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5e8fe62f622167dad41c754fa8b9de266a1a3d09 Signed-off-by: Cédric Ollivier --- jjb/functest/functest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/functest/functest.yaml') 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} -- cgit 1.2.3-korg