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

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}