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}