-y when install curl 93/71993/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Thu, 11 Feb 2021 22:32:10 +0000 (23:32 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Thu, 11 Feb 2021 22:43:58 +0000 (23:43 +0100)
Change-Id: I5e8fe62f622167dad41c754fa8b9de266a1a3d09
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
jjb/functest/functest-kubernetes.yaml
jjb/functest/functest.yaml
jjb/functest/xtesting.yaml

index a8f3193..f225875 100644 (file)
     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}
index 6ff1f30..7106670 100644 (file)
     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}
index 9b907c8..9face4e 100644 (file)
     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}