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:
parent
22db0c47e2
commit
2695a78aab
@ -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)"
|
||||||
|
Loading…
Reference in New Issue
Block a user