We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f4977 commit ee6a4f5Copy full SHA for ee6a4f5
entrypoint.sh
@@ -195,7 +195,7 @@ if [ "${format}" == "sarif" ] && [ "${limitSeveritiesForSARIF}" != "true" ]; the
195
trivy --quiet ${scanType} --format sarif --output ${output} $SARIF_ARGS ${artifactRef}
196
elif [ $trivyConfig ]; then
197
echo "Running Trivy with trivy.yaml config from: " $trivyConfig
198
- trivy --config $trivyConfig ${scanType} ${artifactRef}
+ trivy --config $trivyConfig ${scanType} ${ARGS}" ${artifactRef}
199
else
200
echo "Running trivy with options: trivy ${scanType} ${ARGS}" "${artifactRef}"
201
echo "Global options: " "${GLOBAL_ARGS}"
0 commit comments