feat: suppress progress bar

Add `--no-progress`
This commit is contained in:
Teppei Fukuda
2021-03-11 07:36:44 +02:00
committed by GitHub
parent bceef37a45
commit f85b76679f
+1 -1
View File
@@ -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}