Compare commits

..

1 Commits

Author SHA1 Message Date
Teppei Fukuda
f85b76679f feat: suppress progress bar
Add `--no-progress`
2021-03-11 07:36:44 +02:00
+1 -1
View File
@@ -65,5 +65,5 @@ if [ $output ];then
ARGS="$ARGS --output $output"
fi
echo "Running trivy with options: " --no-progress "${ARGS}" "${artifactRef}"
echo "Running trivy with options: " "${ARGS}" "${artifactRef}"
trivy ${scanType} --no-progress $ARGS ${artifactRef}