1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-21 05:55:35 +00:00

Updating Stackrox Image-Scan

Updating stackrox image scan task changing the deprecated --format flag to the --output flag.
This commit is contained in:
Raffael Correia Mendes 2022-09-01 14:33:22 -03:00 committed by tekton-robot
parent 22db0c47e2
commit 2695a78aab

View File

@ -67,4 +67,4 @@ spec:
$( [ "$(params.insecure-skip-tls-verify)" = "true" ] && \ $( [ "$(params.insecure-skip-tls-verify)" = "true" ] && \
echo -n "--insecure-skip-tls-verify") \ echo -n "--insecure-skip-tls-verify") \
-e "$ROX_CENTRAL_ENDPOINT" --image "$(params.image)" \ -e "$ROX_CENTRAL_ENDPOINT" --image "$(params.image)" \
--format "$(params.output_format)" --output "$(params.output_format)"