diff --git a/modules/security-pod-scan-cso.adoc b/modules/security-pod-scan-cso.adoc index c8b6f0450982..4dfff68023ea 100644 --- a/modules/security-pod-scan-cso.adoc +++ b/modules/security-pod-scan-cso.adoc @@ -44,7 +44,7 @@ $ oc create secret generic container-security-operator-extra-certs --from-file=q $ oc get packagemanifests container-security-operator \ -o jsonpath='{range .status.channels[*]}{@.currentCSV} {@.name}{"\n"}{end}' \ | awk '{print "STARTING_CSV=" $1 " CHANNEL=" $2 }' \ - | sort -nr \ + | sort -Vr \ | head -1 ---- + @@ -87,4 +87,4 @@ $ oc apply -f container-security-operator.yaml [source,terminal] ---- subscription.operators.coreos.com/container-security-operator created ----- \ No newline at end of file +----