From f85b76679ffaf9ace30ed202ba0e0991fe1cbfb0 Mon Sep 17 00:00:00 2001 From: Teppei Fukuda Date: Thu, 11 Mar 2021 07:36:44 +0200 Subject: [PATCH] feat: suppress progress bar Add `--no-progress` --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 77b74e5..2ad9e58 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -66,4 +66,4 @@ if [ $output ];then fi echo "Running trivy with options: " "${ARGS}" "${artifactRef}" -trivy ${scanType} $ARGS ${artifactRef} +trivy ${scanType} --no-progress $ARGS ${artifactRef}