From 5a9fbb1236dc1b5ee9e73b5a515009a1dc684548 Mon Sep 17 00:00:00 2001 From: Nikita Pivkin Date: Wed, 25 Feb 2026 15:15:54 +0600 Subject: [PATCH] supress progress bar when download db Signed-off-by: Nikita Pivkin --- test/test.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.bats b/test/test.bats index 6317cfc..30d2d20 100644 --- a/test/test.bats +++ b/test/test.bats @@ -9,7 +9,7 @@ setup_file() { # bats provides fd 3 for printing directly to the terminal # see https://bats-core.readthedocs.io/en/stable/writing-tests.html#printing-to-the-terminal docker pull knqyf263/vuln-image:1.2.3 1>&3 2>&3 - trivy image --download-db-only 1>&3 2>&3 + trivy image --no-progress --download-db-only 1>&3 2>&3 } setup() {