feat: suppress progress bar

Add `--no-progress`
knqyf263-patch-1
Teppei Fukuda 3 years ago committed by GitHub
parent bceef37a45
commit f85b76679f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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}

Loading…
Cancel
Save