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