Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f5e208a156 |
+1
-1
@@ -65,5 +65,5 @@ if [ $output ];then
|
||||
ARGS="$ARGS --output $output"
|
||||
fi
|
||||
|
||||
echo "Running trivy with options: " "${ARGS}" "${artifactRef}"
|
||||
echo "Running trivy with options: " --no-progress "${ARGS}" "${artifactRef}"
|
||||
trivy ${scanType} --no-progress $ARGS ${artifactRef}
|
||||
|
||||
Reference in New Issue
Block a user