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