Skip to content

Commit 13ea10b

Browse files
authored
Merge pull request #90192 from liangxia/bug53049
OCPBUGS-53049: Fix sample command for latest version of the Container Security Operator
2 parents 5d5e00c + 58b2990 commit 13ea10b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/security-pod-scan-cso.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $ oc create secret generic container-security-operator-extra-certs --from-file=q
4444
$ oc get packagemanifests container-security-operator \
4545
-o jsonpath='{range .status.channels[*]}{@.currentCSV} {@.name}{"\n"}{end}' \
4646
| awk '{print "STARTING_CSV=" $1 " CHANNEL=" $2 }' \
47-
| sort -nr \
47+
| sort -Vr \
4848
| head -1
4949
----
5050
+
@@ -87,4 +87,4 @@ $ oc apply -f container-security-operator.yaml
8787
[source,terminal]
8888
----
8989
subscription.operators.coreos.com/container-security-operator created
90-
----
90+
----

0 commit comments

Comments
 (0)